home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / base4.cab / autoexec.ebd < prev    next >
Encoding:
Text File  |  1997-10-14  |  259 b   |  24 lines

  1. @echo off
  2. PROMPT $P$G
  3. VERIFY ON
  4. BREAK ON
  5.  
  6. SET DIRCMD=/O:N
  7. SET TEMP=C:\
  8. SET TMP=C:\
  9.  
  10. PATH=A:\;C:\
  11.  
  12. IF NOT "%config%"=="YES_CD" GOTO NO_CD
  13. LH MSCDEX.EXE /D:mscd001
  14. GOTO QUIT
  15.  
  16. :NO_CD
  17. IF NOT "%config%"=="NO_CD" GOTO QUIT
  18. GOTO QUIT
  19.  
  20. :QUIT
  21.  
  22.  
  23.  
  24.