home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / wads / doom2 / install.bat < prev    next >
DOS Batch File  |  1995-04-17  |  1KB  |  41 lines

  1. rem
  2. rem   URBAN2.WAD install by Bill Zimmerman (wzimm@u.washington.edu)
  3. rem   Thanks to Olivier Montanuy for DeuSF tips.
  4. rem
  5. echo off
  6. cls
  7. echo ########## URBAN Deathmatch E-Z Install ###########
  8. echo.
  9. echo DeuSF will append the required sprites and flats from
  10. echo DOOM2.WAD to URBGFX.WAD.  Your DOOM2.WAD and DOOM2.EXE 
  11. echo will *not* be modified. 
  12. echo.
  13. echo If you have DeuTex, simply use DeuTex -merge URBGFX.WAD
  14. echo (This will merge the URBGFX pwad with DOOM2.WAD, but 
  15. echo restoration is easy with Deutex -restore).
  16. echo You need at least 4 free megs of disk space for this patch.
  17. echo.
  18. pause
  19. if exist DOOM2.WAD goto mod
  20. echo
  21. echo You must install this patch from your DOOM2 directory. 
  22. goto end
  23. :mod
  24. echo Appending DOOM2 sprites and flats to URBGFX.WAD...
  25. deusf -app urbgfx.wad
  26. if errorlevel 0 goto done
  27. echo. 
  28. echo What eeeeeez it maaan?
  29. echo Are you out of disk space?
  30. goto end
  31. :done
  32. echo.
  33. echo.
  34. echo *** Install complete! *** 
  35. echo.
  36. echo Run Doom2 with -file URBAN2.WAD URBGFX.WAD and your deathmatch
  37. echo parameters.  As always, -altdeath is recommended.  You can
  38. echo restore the PWAD later with DeuSF -restore URBGFX.WAD. 
  39. echo.
  40. :end
  41.