home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / sounds / t2sounds / term2.bat < prev   
DOS Batch File  |  1994-02-17  |  2KB  |  96 lines

  1. @echo off
  2. echo DOOM with Terminator 2 Sounds v1.01 (2-11-94)!
  3. echo Works with Shareware and Registerd Versions!
  4. echo  
  5. if not exist dmaud.exe goto dmauderror
  6. if not exist ??.wav goto nowaves
  7. if exist doom.wad goto start
  8. if exist doom1.wad goto shareware
  9. :dmauderror
  10. echo ERROR: DMAUD.EXE cannot be found in current directory.
  11. goto error
  12. :nowaves
  13. echo ERROR: No .WAV files found in current directory.
  14. goto error
  15. :shareware
  16. echo Copying the new sounds to the DOOM.WAD file...
  17. echo  
  18. dmaud 01 -s 01.wav -x
  19. dmaud 02 -s 02-1.wav -x
  20. dmaud 03 -s 03.wav -x
  21. dmaud 08 -s 08.wav -x
  22. dmaud 09 -s 09.wav -x
  23. dmaud 11 -s 11-3.wav -x
  24. dmaud 14 -s 14.wav -x
  25. dmaud 15 -s 15.wav -x
  26. dmaud 16 -s 16.wav -x
  27. dmaud 17 -s 17.wav -x
  28. dmaud 18 -s 18-1.wav -x
  29. dmaud 19 -s 19.wav -x
  30. dmaud 20 -s 20.wav -x
  31. dmaud 21 -s 21.wav -x
  32. dmaud 22 -s 22.wav -x
  33. dmaud 23 -s 23.wav -x
  34. dmaud 24 -s 24.wav -x
  35. dmaud 25 -s 25.wav -x
  36. dmaud 26 -s 26.wav -x
  37. dmaud 27 -s 27.wav -x
  38. dmaud 29 -s 29.wav -x
  39. dmaud 30 -s 30.wav -x
  40. dmaud 31 -s 31.wav -x
  41. dmaud 36 -s 36.wav -x
  42. dmaud 37 -s 37.wav
  43. dmaud 38 -s 38.wav -x
  44. dmaud 39 -s 39.wav -x
  45. dmaud 40 -s 40.wav -x
  46. dmaud 41 -s 41.wav -x
  47. dmaud 42 -s 42.wav -x
  48. dmaud 43 -s 43.wav
  49. dmaud 44 -s 44.wav -x
  50. dmaud 48 -s 48.wav -x
  51. echo Success!
  52. goto end
  53. :start
  54. echo Copying the new sounds to the DOOM.WAD file...
  55. echo  
  56. dmaud 01 -s 01.wav -x
  57. dmaud 02 -s 02-1.wav -x
  58. dmaud 03 -s 03.wav -x
  59. dmaud 08 -s 08.wav -x
  60. dmaud 09 -s 09.wav -x
  61. dmaud 11 -s 11-3.wav -x
  62. dmaud 14 -s 14.wav -x
  63. dmaud 15 -s 15.wav -x
  64. dmaud 16 -s 16.wav -x
  65. dmaud 17 -s 17.wav -x
  66. dmaud 18 -s 18-1.wav -x
  67. dmaud 19 -s 19.wav -x
  68. dmaud 20 -s 20.wav -x
  69. dmaud 21 -s 21.wav -x
  70. dmaud 22 -s 22.wav -x
  71. dmaud 23 -s 23.wav -x
  72. dmaud 24 -s 24.wav -x
  73. dmaud 25 -s 25.wav -x
  74. dmaud 26 -s 26.wav -x
  75. dmaud 27 -s 27.wav -x
  76. dmaud 29 -s 29.wav -x
  77. dmaud 30 -s 30.wav -x
  78. dmaud 31 -s 31.wav -x
  79. dmaud 36 -s 36.wav -x
  80. dmaud 37 -s 37.wav
  81. dmaud 38 -s 38.wav -x
  82. dmaud 39 -s 39.wav -x
  83. dmaud 40 -s 40.wav -x
  84. dmaud 41 -s 41.wav -x
  85. dmaud 42 -s 42.wav -x
  86. dmaud 43 -s 43.wav
  87. dmaud 44 -s 44.wav -x
  88. dmaud 48 -s 48.wav -x
  89. dmaud 50 -s 50.wav -x
  90. echo Success!
  91. goto end
  92. :error
  93. echo Aborting....
  94. echo  
  95. :end
  96.