home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / mia3ufo.zip / install.bat < prev    next >
DOS Batch File  |  1995-07-08  |  852b  |  29 lines

  1. @echo.
  2. @echo. Installation
  3. @echo.
  4. @if not exist DOOM2.WAD    goto miss
  5. @echo @echo. Restoration > restore.bat
  6. @rem Install Sprites or Flats in WAD
  7. @echo deusf -res mia3ufo.wad >> restore.bat
  8. @deusf -sprites -app mia3ufo.wad
  9. @if not ERRORLEVEL 0 goto fail 
  10. @echo Installation succeeded!
  11. @echo After this time, type MIA3 to play the modified game.
  12. @echo type RESTORE to uninstall sprites from the PWAD.
  13. @echo type PANXREST to uninstall if this fails
  14. @echo type deusf -res mia3ufo.wad to uninstall if THAT fails
  15. @echo OTHERWISE you'll have to re-unzip from your BACKUP.
  16. @echo
  17. @echo MIA3UFO will start after you hit a key...
  18. pause
  19. doom2 -file mia3ufo.wad
  20. @goto end
  21. :fail
  22. @echo. Installation failed.
  23. @goto end
  24. :miss
  25. @echo. Installation impossible: Games files are missing.
  26. @echo. Please Install in game directory.
  27. @goto end
  28. :end
  29.