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