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

  1. cls
  2. @echo off
  3. echo If this is the first time you have run this Program after installing please run the
  4. echo Setup Utility...
  5. Echo *
  6. Echo Do you want to run the Program or Setup?
  7. CHOICE /C:PS
  8. IF ERRORLEVEL 2 GOTO set
  9. IF ERRORLEVEL 1 GOTO play
  10. :set
  11. call install
  12. :play
  13. CFODDER
  14. pause
  15. CD \
  16.  
  17.  
  18.  
  19.  
  20.