home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / forest / forest.bat next >
DOS Batch File  |  1994-08-23  |  904b  |  25 lines

  1. @echo off
  2. cls
  3. echo                        ** FOREST v2.3 **
  4. echo  
  5. echo     This is a modified PWAD file for DOOM v1.2, ID wil *NOT*
  6. echo support any modified games. For help on this PWAD, send e-mail
  7. echo to me at az589@freenet.carleton.ca (Jean-Serge Gagnon).
  8. echo  
  9. echo                                                       Enjoy!
  10. echo  
  11. if exist doom.exe goto ok
  12. echo **************************************************************
  13. echo **************        !!!!!! ERROR !!!!!!        *************
  14. echo **************************************************************
  15. echo **    Please copy the files to your main DOOM directory!    **
  16. echo **************************************************************
  17. echo  
  18. goto end
  19. :ok
  20. echo Press [ENTER] to get your butt kicked!         :-)
  21. pause >nul
  22. echo One moment, loading DOOM with the FOREST scenario...
  23. doom -file forest.wad
  24. :end
  25.