home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / other / zwieback.bat < prev    next >
DOS Batch File  |  1994-11-02  |  337b  |  19 lines

  1. @echo off
  2. if not exist doom2.exe goto loaderror
  3. if "%1"=="" goto syntax
  4. doom2 -file zwieback.wad -warp 2 -skill %1 %2 %3 %4 %5
  5. cls
  6. echo Cool eh?
  7. goto end
  8.  
  9. :syntax
  10. cls
  11. echo Sytnax: ZWIEBACK [Difficulty Setting (1-5)] [... your problem]
  12. goto end
  13.  
  14. :loaderror
  15. cls
  16. echo You must start me in your DOOM2 directory!
  17.  
  18. :end
  19. echo.