home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: Quatra Command / MAGICOMQuatraCommand.iso / programs / icebreak / icebreak.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-06-18  |  463 b   |  23 lines

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