home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: In Pursuit Of Greed / MAGICOMInPursuitOfGreed.iso / programs / crusade / crusade.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-06-27  |  471 b   |  25 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 STAR.EXE
  11. cd \
  12. magtemp
  13.  
  14. :SkipWindows
  15. cls
  16. @echo off
  17. echo This program cannot be run from MS-DOS. You must use Windows Explorer
  18. echo to go to the "magicom\crusade\" directory and run the  file "star.exe" ...
  19. echo *
  20. pause
  21. cd \
  22. magtemp
  23.  
  24.  
  25.