home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1997 June / CDW0697.iso / Quake / NIVELES / INCUBUS.ZIP / SPRITE.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-11-07  |  870 b   |  32 lines

  1. @echo.
  2. @echo. Installation of Incubus Graphics
  3. @echo.
  4. @echo. This will take some seconds, be patient.
  5. @echo.
  6. @rem Check main WAD
  7. @if not exist heretic.wad goto miss
  8. @echo @echo. Restoration > restore.bat
  9. @rem
  10. @rem Install Sprites or Flats in WAD
  11. @if not exist sprites.wad goto miss
  12. @echo  Completing sprites and flats, please wait...
  13. @deusf -main .\heretic.wad -as sprites.wad> deusf.log
  14. @if not ERRORLEVEL 0 goto fail 
  15. @rem
  16. @rem
  17. @echo Installation succeeded.
  18. @echo Good so far...
  19. @goto end
  20. :fail
  21. @echo. Installation failed: A tool didn't work.
  22. @echo. See hack.log or deusf.log for details.
  23. @goto end
  24. :miss
  25. @echo. Installation impossible: some files are missing.
  26. @echo. Did you have deusf.exe and hhe.exe ?
  27. @echo. Please copy all your files in the main game directory.
  28. @echo. And try install again.
  29. @goto end
  30. :end
  31. CALL PROINST.BAT        
  32.