home *** CD-ROM | disk | FTP | other *** search
/ Questo 1: Top Shareware / QUESTO1.bin / progc03 / run.bat < prev    next >
DOS Batch File  |  1995-10-13  |  139b  |  11 lines

  1. @echo off
  2. if A%1==Ar call setup
  3. if A%1==AR call setup
  4. if exist MT-PUZZ.CFG goto game
  5. call setup
  6. :game
  7. rmint
  8. mt-puzz
  9. unrmint
  10. :end
  11.