home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate 666 / DemonGate666.bin / pc / details / elements / elements.bat next >
DOS Batch File  |  1994-09-13  |  677b  |  23 lines

  1. @echo off
  2. echo  
  3. echo     This is a modified PWAD file for DOOM v1.2 and v1.666.
  4. echo iD will NOT support any modified games. For help on this 
  5. echo PWAD, read Elnotes.txt, or send e-mail to me 
  6. echo at nziring@aztech.ba.md.us.
  7. echo  
  8. echo Now...go get 'em!
  9. echo  
  10. if exist doom.exe goto ok
  11. echo
  12. echo ******  ERROR: Doom executable is not present?   ******
  13. echo *******************************************************
  14. echo ** Please run this from your main DOOM directory!    **
  15. echo *******************************************************
  16. echo  
  17. goto end
  18. :ok
  19. echo Press [ENTER] to start
  20. pause >nul
  21. doom -file elements.wad elmusic1.wad <elements.bat
  22. :end
  23.