home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / sounds / dstdmsnd / dmreset.bat < prev    next >
DOS Batch File  |  1994-04-10  |  1KB  |  57 lines

  1. @echo off
  2. Echo This will now reload your previous sounds for DOOM.        
  3. Echo If you wish to return to the New doom Sound add on, simply type
  4. Echo addsound.bat again, and it will swap back in the new sounds for you.
  5. Echo BE SURE to have pkzip and pkunzip in your path!
  6. Echo.
  7. if exist doom1.wad goto sharewareversion
  8. if not exist dmaud.exe goto dmauderror
  9. if not exist dmbackup.zip goto ohshit
  10. if not exist doom.wad goto waderror
  11. goto start
  12. :ohshit
  13. echo you are fucked buddy, you must of deleted your dmbackup.zip...
  14. goto error
  15. :sharewareversion
  16. Echo 
  17. Echo ERROR: This is the shareware version of Doom
  18. echo I need the registered version.
  19. goto error
  20. :dmauderror
  21. Echo ERROR: This BAT file needs the DMAUD.EXE file (DOOM AUDIO EDITOR)
  22. goto error
  23. :waverror
  24. echo ERROR: Can't find WAV files.
  25. goto error
  26. :waderror
  27. Echo ERROR: Can't find the DOOM.WAD file.
  28. goto error
  29. :start
  30. Echo
  31. echo Restoring your old sounds... (Please wait!) 
  32. echo
  33. pkunzip dmbackup.zip
  34. dmaud 01 -s 01.bck
  35. dmaud 12 -s 12.bck
  36. dmaud 13 -s 13.bck
  37. dmaud 14 -s 14.bck   
  38. dmaud 15 -s 15.bck   
  39. dmaud 36 -s 36.bck   
  40. dmaud 43 -s 43.bck    
  41. dmaud 50 -s 50.bck   
  42. dmaud 52 -s 52.bck   
  43. dmaud 60 -s 60.bck   
  44. del *.bck
  45. del dmbackup.zip
  46. cls
  47. echo.
  48. echo All set, type addsound.bat if you wish to get the k00l sounds again.
  49. echo //=-Rogue-=\\, -=Distortion/Atomic=- Sysop of The Kiss of DEATH
  50. echo.
  51. pause
  52. goto end
  53. :error
  54. echo Aborting....
  55. echo.
  56. :end
  57.