home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / WADS / A_F / UNBLAST.BAT < prev    next >
DOS Batch File  |  1994-08-14  |  1KB  |  31 lines

  1. @Echo Off
  2. Cls
  3. Echo *** This file will uninstall the Blaster graphics from your DOOM.WAD
  4. Echo *** file. To reinstall them, type
  5. Echo *** BLASTER.BAT
  6. Pause
  7. Echo Restoring launcher graphics
  8. DmGraph MISGA0 -s BLASTER\OBLAST1.GIF -i -138,-106
  9. DmGraph MISGB0 -s BLASTER\OBLAST2.GIF -i -138,-106
  10. DmGraph MISFA0 -s BLASTER\OBLAST3.GIF -i -138,-106
  11. DmGraph MISFB0 -s BLASTER\OBLAST4.GIF -i -138,-106
  12. DmGraph MISFC0 -s BLASTER\OBLAST5.GIF -i -138,-106
  13. DmGraph MISFD0 -s BLASTER\OBLAST6.GIF -i -141,-86
  14. Echo Restoring rocket graphics
  15. DmGraph MISLA1   -s BLASTER\OLASER1.GIF -i 7,13
  16. DmGraph MISLA5   -s BLASTER\OLASER2.GIF -i 7,13
  17. DmGraph MISLA6A4 -s BLASTER\OLASER3.GIF -i 12,13
  18. DmGraph MISLA7A3 -s BLASTER\OLASER4.GIF -i 25,13
  19. DmGraph MISLA8A2 -s BLASTER\OLASER5.GIF -i 16,13
  20. Echo Removing backup graphics
  21. Del BLASTER\O*.GIF
  22. Echo Un-Executing the DOOM patch
  23. DeHacked -load BLASTER\UNBLAST.DEH
  24. Echo Done!
  25. Echo To completely remove this patch from your drive, type
  26. Echo DEL BLASTER\*.*
  27. Echo RD BLASTER
  28. Echo DEL BLASTER.BAT
  29. Echo DEL MUNCHKIN.BAT
  30. Echo DEL UNBLAST.BAT
  31.