home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף משחקים 95 דור חדש במולטימדיה / Games-95-NMG-CD2-Encyclomedia.iso / DOS / FUNKY / RUN.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-10-13  |  139 b   |  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.