home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: In Pursuit Of Greed / MAGICOMInPursuitOfGreed.iso / programs / mordor / mordor.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-06-27  |  474 b   |  27 lines

  1. cls
  2. @Echo off
  3. Echo Windows Program:  Win '95 Continue, Win 3.1 Start Windows
  4. Echo *
  5. Echo Start Windows Now? [Y/N]:
  6. CHOICE /C:YN 
  7. IF ERRORLEVEL 2 GOTO SkipWindows
  8. IF ERRORLEVEL 1 GOTO StartWindows
  9. :StartWindows
  10. win setup
  11. cd \
  12. magtemp
  13.  
  14. :SkipWindows
  15. cls
  16. @echo off
  17. echo This Setup Utility cannot run from MS-DOS. You must use Windows Explorer to 
  18. echo go to the "magicom\mordor\" directory and run the file "setup.exe"...
  19. echo *
  20. pause
  21. cd \
  22. magtemp
  23.  
  24.  
  25.  
  26.  
  27.