home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: Armageddon / MAGICOM.ISO / programs / darnit / darnit.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-09-13  |  254 b   |  17 lines

  1. Echo off
  2. Echo Windows Program: Win 3.1 Choose 1, Win 95 Choose 2.
  3. Echo Enter Choice
  4. CHOICE /C:12 
  5. IF ERRORLEVEL 2 GOTO SkipWindows
  6. IF ERRORLEVEL 1 GOTO StartWindows
  7. :StartWindows
  8. win darnit
  9. cd \
  10. magtemp
  11.  
  12. :SkipWindows
  13. darnit
  14. cd \
  15. magtemp
  16.  
  17.