home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ARCADE / FUNKYPUZ / RUN.BAT < prev    next >
DOS Batch File  |  1995-10-12  |  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.