home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / prg / dsik205 / readme.bat < prev   
DOS Batch File  |  1995-04-09  |  841b  |  12 lines

  1. echo off
  2. echo .                                                                >readme.txt
  3. echo After changing to the correct drive and directory, include the  >>readme.txt
  4. echo following line in your AUTOEXEC.BAT file:                       >>readme.txt
  5. echo SET INCLUDE=%INCLUDE%;%1\INCLUDE                                >>readme.txt
  6. echo .                                                               >>readme.txt
  7. echo and the following line in your %WATCOM%\BINB\WLSYSTEM.LNK       >>readme.txt
  8. echo linker initialization file at the DOS/4GW system section:       >>readme.txt
  9. echo LIBPATH %1\LIB                                                  >>readme.txt
  10. echo .                                                               >>readme.txt
  11. echo .                                                               >>readme.txt
  12.