home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DeathMatch 2 for Doom 2
/
Deathmatch2.bin
/
other
/
zwieback.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-02
|
337b
|
19 lines
@echo off
if not exist doom2.exe goto loaderror
if "%1"=="" goto syntax
doom2 -file zwieback.wad -warp 2 -skill %1 %2 %3 %4 %5
cls
echo Cool eh?
goto end
:syntax
cls
echo Sytnax: ZWIEBACK [Difficulty Setting (1-5)] [... your problem]
goto end
:loaderror
cls
echo You must start me in your DOOM2 directory!
:end
echo.