home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: Morph / Magicom-TheCompleteMorphSharewares-Win31.iso / programs / imgmstr / imgmstr.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-07-02  |  285 b   |  18 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.exe
  10. cd \
  11. magtemp
  12.  
  13. :SkipWindows
  14. setup.exe
  15. cd \
  16. magtemp
  17.  
  18.