home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyclopedia of Games
/
eog_disc2.iso
/
encyclop
/
dosgames
/
funkybub
/
run.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-13
|
139b
|
11 lines
@echo off
if A%1==Ar call setup
if A%1==AR call setup
if exist MT-PUZZ.CFG goto game
call setup
:game
rmint
mt-puzz
unrmint
:end