home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPEL 3
/
spel3.iso
/
dos
/
puzzle
/
funkypuz
/
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