home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / sounds / mkdoom / runme.bat < prev   
DOS Batch File  |  1994-03-08  |  3KB  |  96 lines

  1. @echo off
  2.         
  3.         if not exist doom.wad goto error
  4.         if not exist dmd.exe goto error
  5.         if not exist %1\19 goto error
  6.  
  7. echo Please be sure to make a backup of your DOOM.WAD file.
  8. echo To load the new sounds hit any key, hit Ctrl+C to exit.
  9. pause        
  10.  
  11. echo Copying sound number 1 of 32
  12. dmd 19 -q -x -s %1\19
  13. echo Copying sound number 2 of 32
  14. dmd 20 -q -x -s %1\20
  15. echo Copying sound number 3 of 32
  16. dmd 25 -q -x -s %1\25
  17. echo Copying sound number 4 of 32
  18. dmd 26 -q -x -s %1\26
  19. echo Copying sound number 5 of 32
  20. dmd 27 -q -x -s %1\27
  21. echo Copying sound number 6 of 32
  22. dmd 28 -q -x -s %1\28
  23. echo Copying sound number 7 of 32
  24. dmd 29 -q -x -s %1\29
  25. echo Copying sound number 8 of 32
  26. dmd 36 -q -x -s %1\36
  27. echo Copying sound number 9 of 32
  28. dmd 37 -q -x -s %1\37
  29. echo Copying sound number 10 of 32
  30. dmd 38 -q -x -s %1\38
  31. echo Copying sound number 11 of 32
  32. dmd 39 -q -x -s %1\39
  33. echo Copying sound number 12 of 32
  34. dmd 40 -q -x -s %1\40
  35. echo Copying sound number 13 of 32
  36. dmd 44 -q -x -s %1\44
  37. echo Copying sound number 14 of 32
  38. dmd 45 -q -x -s %1\45
  39. echo Copying sound number 15 of 32
  40. dmd 46 -q -x -s %1\46
  41. echo Copying sound number 16 of 32
  42. dmd 12 -q -x -s %1\12
  43. echo Copying sound number 17 of 32
  44. dmd 10 -q -x -s %1\10 
  45. echo Copying sound number 18 of 32
  46. dmd 50 -q -x -s %1\50
  47. echo Copying sound number 19 of 32
  48. dmd 11 -q -x -s %1\11
  49. echo Copying sound number 20 of 32
  50. dmd 33 -q -x -s %1\33
  51. echo Copying sound number 21 of 32
  52. dmd 30 -q -x -s %1\30
  53. echo Copying sound number 22 of 32
  54. dmd 31 -q -x -s %1\31
  55. echo Copying sound number 23 of 32
  56. dmd 56 -q -x -s %1\56
  57. echo Copying sound number 24 of 32
  58. dmd 32 -q -x -s %1\32
  59. echo Copying sound number 25 of 32
  60. dmd 51 -q -s %1\51
  61. echo Copying sound number 26 of 32
  62. dmd 8 -q -x -s %1\8
  63. echo Copying sound number 27 of 32
  64. dmd 42 -q -x -s %1\42
  65. echo Copying sound number 28 of 32
  66. dmd 52 -q -x -s %1\52
  67. echo Copying sound number 29 of 32
  68. dmd 23 -q -s %1\23
  69. echo Copying sound number 30 of 32
  70. dmd 9 -q -x -s %1\9
  71. echo Copying sound number 31 of 32
  72. dmd 16 -q -x -s %1\16
  73. echo Copying sound number 32 of 32
  74. dmd 1 -q -x -s %1\1
  75.  
  76. echo Done!
  77. echo 
  78. echo Now type doom to begin with the game.
  79. goto end
  80.  
  81. :error
  82. echo To install Mark Klem's DOOM sounds, you must be in your doom directory,
  83. echo you must have Bill Neisius' DMD.EXE program there, and
  84. echo you must call this program like this:
  85. echo 
  86. echo runme directory_where_you_pkunzipped_the_sound_files.
  87. echo 
  88. echo The new Sounds were created 3/6/94 by Mark A. Klem using a mic
  89. echo and a VOC recorder. Some sounds were taken from a sound effects CD.
  90. echo
  91. echo Thanks go to:
  92. echo               Bill Neisius (Author of DMD.EXE)
  93. goto end
  94.  
  95. :end
  96.