home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm2wads / sta_ros2 / install.bat < prev    next >
DOS Batch File  |  1995-05-17  |  414b  |  19 lines

  1. @echo.
  2. @echo. Installation of Santa Rosa 8 Assault 
  3. @echo.
  4. @if not exist DOOM2.WAD
  5. @echo @echo. Restoration > restore.bat
  6. @rem Install Sprites or Flats in WAD
  7. @echo deusf -res 
  8. @deusf -flats -app sta_rosf.wad
  9. @deusf -sprites -app wolfchar.wad
  10. @if not ERRORLEVEL 0 goto fail 
  11. @goto end
  12. :fail
  13. @echo. Installation failed.
  14. @goto end
  15. :miss
  16. @echo. Installation impossible. missing files
  17. @goto end
  18. :end
  19.