home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / pr1 / prsound.bat < prev    next >
DOS Batch File  |  1994-05-12  |  529b  |  28 lines

  1. @echo off
  2. echo  Saving original sound files:
  3. dmaud 4 -e orig4.raw
  4. dmaud 10 -e orig10.raw
  5. dmaud 19 -e orig19.raw
  6. dmaud 24 -e orig24.raw
  7. dmaud 33 -e orig33.raw
  8. dmaud 36 -e orig36.raw
  9. echo
  10. echo Installing new sounds...
  11. echo 
  12. echo Chainsaw 
  13. dmaud 4 -s echo.wav
  14. echo Rocket passing by
  15. dmaud 10 -s jut.wav
  16. echo Player injured
  17. dmaud 19 -s rowdy.wav
  18. echo Weapon pickup
  19. dmaud 24 -s bringit.wav
  20. echo Baron 
  21. dmaud 33 -s sip.wav 
  22. echo Player dying
  23. dmaud 36 -x -s fresh.wav
  24.  
  25. echo
  26. echo Three cheers for old Nassau.
  27.  
  28.