home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm2wads / 1_on_1 / run.bat < prev   
DOS Batch File  |  1994-10-26  |  259b  |  10 lines

  1. @echo off
  2. : This batch file will automaticly start DOOM with the 1_on_1.wad.
  3.  
  4. if not exist doom.exe goto error
  5. doom -file 1_on_1.wad -devparm -warp 2 4
  6.  
  7. : error
  8. echo Copy the files 1_on_1.wad and RUN.BAT to your doom dir and run this file
  9. echo again
  10.