home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MegaDoom Add-On 3
/
MEGADOOM3.iso
/
dm1wads
/
1_on_1
/
run.bat
< prev
Wrap
DOS Batch File
|
1994-06-01
|
259b
|
10 lines
@echo off
: This batch file will automaticly start DOOM with the 1_on_1.wad.
if not exist doom.exe goto error
doom -file 1_on_1.wad -devparm -warp 2 4
: error
echo Copy the files 1_on_1.wad and RUN.BAT to your doom dir and run this file
echo again