home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 5
/
cd.iso
/
games
/
darghul.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-01
|
419b
|
23 lines
@echo off
@cls
@cd darghul
func\P0080 Y %1 %2 %3 %4
if errorlevel 200 goto ENDE
if errorlevel 2 goto LOAD
if errorlevel 1 goto NEU
goto ENDE
:NEU
echo Bereite neues Spiel vor...
cd game
if exist 02015.dat del *.dat >NUL
copy ..\data\05008.dat >NUL
echo Entpacke Landkarten... (gepackt mit Yoshizaki's LHA 2.13)
..\maps\P0015 >NUL
cd..
func\P0070
:LOAD
func\P0090 %1 %2 %3 %4
:ENDE
@cd ..