home *** CD-ROM | disk | FTP | other *** search
- @echo. DISGRUNT 2 sprites installation
- @echo. Adding sprites from your DOOM.WAD to the DISGRUNT sprites
- @echo. file DISGSPR.WAD...
- @deusf -doom . -app disgspr.wad >nul
- @echo.
- @if ERRORLEVEL 0 goto playit
- @echo. DeuSF error!
- @goto end
- :playit
- @echo It worked!
- @echo Now to write the batch files...
- @echo doom -file disgrun2.wad disgspr.wad -skill 4 -warp 1 1 > disgrunt.bat
- @echo deusf -restore disgspr.wad > uninstal.bat
- @echo type DISGRUNT to play DISGRUNT
- @echo type UNINSTAL to uninstall the DISGRUNT sprites
- :end
- @echo Bye!
-