home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: In Pursuit Of Greed / MAGICOMInPursuitOfGreed.iso / programs / greedemo / greedemo.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-06-27  |  254 b   |  20 lines

  1. cls
  2. echo off
  3. Echo Run Setup or Play Game [S/P]:
  4. Echo For the first time run Setup
  5. CHOICE /C:SP 
  6. IF ERRORLEVEL 2 GOTO playgame
  7. IF ERRORLEVEL 1 GOTO setup
  8. goto end:
  9. :playgame
  10. greed
  11. goto end
  12. :setup
  13. setup
  14. goto playgame
  15. :end
  16. CD \
  17. magtemp
  18.  
  19.  
  20.