home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / bootcn16.arj / AUTOEXEC.SAM next >
Encoding:
Text File  |  1991-10-21  |  380 b   |  24 lines

  1. echo off
  2. prompt $p$g
  3. cls
  4.  
  5. path c:\bat;c:\util;c:\dos
  6.  
  7. if not "%bootcon%" == "A" goto not_A
  8. cd \win3
  9. win
  10. :not_A
  11.  
  12. if not "%bootcon%" == "B" goto not_B
  13. c:\qemm\loadhi sk
  14. :not_B
  15.  
  16. if not "%bootcon%" == "C" goto not_C
  17. REM statements to support Soft-ICE go here
  18. :not_C
  19.  
  20. if not "%bootcon%" == "D" goto not_D
  21. REM statements to support 386-to-the-MAX go here
  22. :not_D
  23.  
  24.