home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / wads / doom1 / patches / disgrun3 / disginst.bat < prev    next >
Encoding:
DOS Batch File  |  1995-01-31  |  547 b   |  18 lines

  1. @echo. DISGRUNT 2 sprites installation
  2. @echo. Adding sprites from your DOOM.WAD to the DISGRUNT sprites 
  3. @echo. file DISGSPR.WAD...
  4. @deusf -doom . -app disgspr.wad >nul
  5. @echo.
  6. @if ERRORLEVEL 0 goto playit
  7. @echo. DeuSF error!
  8. @goto end
  9. :playit
  10. @echo It worked!
  11. @echo Now to write the batch files...
  12. @echo doom -file disgrun2.wad disgspr.wad -skill 4 -warp 1 1 > disgrunt.bat
  13. @echo deusf -restore disgspr.wad > uninstal.bat
  14. @echo type DISGRUNT to play DISGRUNT
  15. @echo type UNINSTAL to uninstall the DISGRUNT sprites
  16. :end 
  17. @echo Bye!
  18.