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 setup
- cd \
- magtemp
-
- :SkipWindows
- cls
- @echo off
- echo This Setup Utility cannot run from MS-DOS. You must use Windows Explorer to
- echo go to the "magicom\mordor\" directory and run the file "setup.exe"...
- echo *
- pause
- cd \
- magtemp
-
-
-
-
-