home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: In Pursuit Of Greed / MAGICOMInPursuitOfGreed.iso / programs / greedemo / greedemo.arj / MAGTEMPW.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-12  |  214 b   |  19 lines

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