home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deathday Collection
/
dday.bin
/
mixed
/
forest
/
forest.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-23
|
904b
|
25 lines
@echo off
cls
echo ** FOREST v2.3 **
echo
echo This is a modified PWAD file for DOOM v1.2, ID wil *NOT*
echo support any modified games. For help on this PWAD, send e-mail
echo to me at az589@freenet.carleton.ca (Jean-Serge Gagnon).
echo
echo Enjoy!
echo
if exist doom.exe goto ok
echo **************************************************************
echo ************** !!!!!! ERROR !!!!!! *************
echo **************************************************************
echo ** Please copy the files to your main DOOM directory! **
echo **************************************************************
echo
goto end
:ok
echo Press [ENTER] to get your butt kicked! :-)
pause >nul
echo One moment, loading DOOM with the FOREST scenario...
doom -file forest.wad
:end