home *** CD-ROM | disk | FTP | other *** search
- 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 Ww5demo
- 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\ww5demo" directory and run the file "ww5demo.exe".....
- echo *
- pause
- cd \
- magtemp
-
-