home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm2wads / hallspro / extract.bat next >
DOS Batch File  |  1994-10-26  |  1KB  |  41 lines

  1. @echo off
  2. if exist dmaud.exe goto begin
  3. goto end
  4. :begin
  5. echo If you don't want to replace the original DOOM sounds by
  6. echo the sounds used in "Halls of Death I" then press CTRL+C now to abort.
  7. pause > nul
  8. echo Now extracting the sounds from Halls of Death I.
  9. dmaud -f hallspro.wad -e ds1.wav 1 -q
  10. dmaud -f hallspro.wad -e ds2.wav 2 -q
  11. dmaud -f hallspro.wad -e ds3.wav 3 -q
  12. dmaud -f hallspro.wad -e ds10.wav 10 -q
  13. dmaud -f hallspro.wad -e ds11.wav 11 -q
  14. dmaud -f hallspro.wad -e ds13.wav 13 -q
  15. dmaud -f hallspro.wad -e ds14.wav 14 -q
  16. dmaud -f hallspro.wad -e ds15.wav 15 -q
  17. dmaud -f hallspro.wad -e ds23.wav 23 -q
  18. dmaud -f hallspro.wad -e ds30.wav 30 -q
  19. dmaud -f hallspro.wad -e ds32.wav 32 -q
  20. dmaud -f hallspro.wad -e ds41.wav 41 -q
  21. dmaud -f hallspro.wad -e ds50.wav 50 -q
  22. echo Now inserting the sounds into doom.wad.
  23. dmaud 1 -s ds1.wav -x -q
  24. dmaud 2 -s ds2.wav -x -q
  25. dmaud 3 -s ds3.wav -x -q
  26. dmaud 10 -s ds10.wav -x -q
  27. dmaud 11 -s ds11.wav -x -q
  28. dmaud 13 -s ds13.wav -x -q
  29. dmaud 14 -s ds14.wav -x -q
  30. dmaud 15 -s ds15.wav -x -q
  31. dmaud 23 -s ds23.wav -x -q
  32. dmaud 30 -s ds30.wav -x -q
  33. dmaud 32 -s ds32.wav -x -q
  34. dmaud 41 -s ds41.wav -x -q
  35. dmaud 50 -s ds50.wav -x -q
  36. del ds??.wav > nul
  37. echo The sounds have been inserted. Have a happy deathmatch!
  38. :end
  39. echo You don't have the dmaud program required to insert the sounds
  40. echo permanently into doom. You can get it from infant2.sphs.indiana.edu.
  41.