home *** CD-ROM | disk | FTP | other *** search
/ Doom Univers Paralleles / DoomUniversParalleles.iso / wad_dm1 / quest12 / install.bat < prev    next >
DOS Batch File  |  1994-10-23  |  898b  |  31 lines

  1. @echo off
  2. echo Installing The Quest for NECRONOMICON 1.2
  3. echo  
  4. pause
  5. echo  - Making preparations...
  6. @ren dehacked.ini deh.ini
  7. echo  
  8. echo  - Making the sprites and flats
  9. @deusf -add nec_raw.wad nec_spr.wad
  10. echo  
  11. echo  - Inserting new flats
  12. @dmgraph flat5 -s nec_5.gif -f nec_spr.wad
  13. @dmgraph flat5_5 -s nec_5_5.gif -f nec_spr.wad
  14. @dmgraph floor1_1 -s nec_1_1.gif -f nec_spr.wad
  15. echo Completed
  16. echo  
  17. echo  - Making backup patch from doom.exe..
  18. @dehacked -save oldexe.deh
  19. echo  - Loading DeHackEd patch...
  20. @dehacked -load nec_hack.deh
  21. @ren doom.exe doomexe.exe
  22. cls
  23. echo  
  24. echo  
  25. echo Installation is over. Enter DOOM to play The Quest for NECRONOMICON.
  26. echo     WARNING: To play the normal doom you must first uninstall this one.
  27. echo              Do this by writing UNINSTAL at the doom directory.
  28. echo  
  29. echo For more info read NECRONOM.NFO. Enjoy the Middle Age!
  30.  
  31.