home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
180.img
/
KATIE-2.ZIP
/
KATIE.BAT
next >
Wrap
DOS Batch File
|
1990-06-13
|
286b
|
23 lines
echo off
cls
if not exist katie.ini goto wrongdk
echo Loading...
if not exist mconfig goto DoSetup
:LoadGame
cls
echo Loading...
cp katie
goto End
:WrongDk
echo Please start game using Disk 1.
goto End
:DoSetup
msetup
if errorlevel 1 katie
goto loadgame
:End