home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / other / obnorm.bat < prev    next >
DOS Batch File  |  1995-04-20  |  922b  |  34 lines

  1. echo ------ Batchfile to install normal Obituary ------
  2. echo If you want to uninstall, do it with OBUNINST.BAT!
  3. echo.
  4. echo # Copying files. Overwrite, if necessary to type it in.
  5. echo # It doesn't matter, if DOOM2.OBT doesn't exist.
  6. echo # It doesn't matter, if OBTIC2.OBT doesn't exist.
  7. echo.
  8. copy doom2.obt doom2.exe
  9. copy doom2.exe doom2.obt
  10. copy doom2.exe doomhack.exe
  11. copy obtic2.obt obtic2.wad
  12. pause
  13. echo # Running Dehaked. Should be successful.
  14. echo.
  15. dehacked -load obtic1.deh
  16. pause
  17. echo # Restoring. Can break with 'dir not found' or something.
  18. echo # It doesn't matter.
  19. echo.
  20. nwt -restore
  21. pause
  22. echo # Merging with NWT. Should be successful.
  23. echo.
  24. nwt -merge obtic2.wad
  25. pause
  26. echo # Copying again. This must be successful.
  27. echo.
  28. copy doomhack.exe doom2.exe
  29. pause
  30. echo # All done. Now starting Obituary.
  31. echo # Abort now, if you don't want.
  32. pause
  33. doom2 -file obtic1.wad obtic2.wad
  34.