home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 24
/
CD_ASCQ_24_0995.iso
/
dos
/
prg
/
dsik205
/
readme.bat
< prev
Wrap
DOS Batch File
|
1995-04-09
|
841b
|
12 lines
echo off
echo . >readme.txt
echo After changing to the correct drive and directory, include the >>readme.txt
echo following line in your AUTOEXEC.BAT file: >>readme.txt
echo SET INCLUDE=%INCLUDE%;%1\INCLUDE >>readme.txt
echo . >>readme.txt
echo and the following line in your %WATCOM%\BINB\WLSYSTEM.LNK >>readme.txt
echo linker initialization file at the DOS/4GW system section: >>readme.txt
echo LIBPATH %1\LIB >>readme.txt
echo . >>readme.txt
echo . >>readme.txt