home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Player 1994 January
/
CdPlayer94-01.iso
/
demos
/
dunhack1
/
hack.bat
< prev
next >
Wrap
DOS Batch File
|
1993-09-14
|
482b
|
29 lines
@echo off
set F=0
if exist savegame\settings.dat goto CHECKDEMO
md savegame
:CHECKDEMO
if not exist demo\hackdemo.exe goto CONTINUE
cd demo
hackdemo short.dat /endmode=255 /NODIGI %1 %2
cd ..
:CONTINUE
aesop hack phase-one
set F=1
if ERRORLEVEL 3 goto CONTINUE
if ERRORLEVEL 2 goto CHECKDEMO
if ERRORLEVEL 1 goto EXIT
cd savegame
..\maze %1 %2
cd ..
if ERRORLEVEL 1 goto EXIT
aesop hack phase-two
if ERRORLEVEL 1 goto EXIT
goto CONTINUE
:EXIT
set F=