home *** CD-ROM | disk | FTP | other *** search
- cls
- @Echo off
- Echo Windows Program: Win '95 Continue, Win 3.1 Start Windows
- Echo *
- Echo Start Windows Now? [Y/N]:
- CHOICE /C:YN
- IF ERRORLEVEL 2 GOTO SkipWindows
- IF ERRORLEVEL 1 GOTO StartWindows
- :StartWindows
- win STAR.EXE
- cd \
- magtemp
-
- :SkipWindows
- cls
- @echo off
- echo This program cannot be run from MS-DOS. You must use Windows Explorer
- echo to go to the "magicom\crusade\" directory and run the file "star.exe" ...
- echo *
- pause
- cd \
- magtemp
-
-
-