home *** CD-ROM | disk | FTP | other *** search
- echo off
- prompt $p$g
- cls
-
- path c:\bat;c:\util;c:\dos
-
- if not "%bootcon%" == "A" goto not_A
- cd \win3
- win
- :not_A
-
- if not "%bootcon%" == "B" goto not_B
- c:\qemm\loadhi sk
- :not_B
-
- if not "%bootcon%" == "C" goto not_C
- REM statements to support Soft-ICE go here
- :not_C
-
- if not "%bootcon%" == "D" goto not_D
- REM statements to support 386-to-the-MAX go here
- :not_D
-
-