home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / toughguy / toughguy.bat < prev    next >
DOS Batch File  |  1994-06-26  |  1KB  |  45 lines

  1. @echo off
  2. cls
  3. echo Extracting transporter sounds & graphics. 
  4. dmgraph tfoga0 -e 1.gif
  5. dmgraph tfogb0 -e 2.gif    
  6. dmgraph tfogc0 -e 3.gif    
  7. dmgraph tfogd0 -e 4.gif    
  8. dmgraph tfoge0 -e 5.gif    
  9. dmgraph tfogf0 -e 6.gif    
  10. dmgraph tfogg0 -e 7.gif    
  11. dmgraph tfogh0 -e 8.gif    
  12. dmgraph tfogi0 -e 9.gif    
  13. dmgraph tfogj0 -e a.gif    
  14. dmaud 26 -e 1.wav -q
  15. echo Replacing them with silence.
  16. dmgraph tfoga0 -s clear.gif
  17. dmgraph tfogb0 -s clear.gif    
  18. dmgraph tfogc0 -s clear.gif    
  19. dmgraph tfogd0 -s clear.gif    
  20. dmgraph tfoge0 -s clear.gif    
  21. dmgraph tfogf0 -s clear.gif    
  22. dmgraph tfogg0 -s clear.gif    
  23. dmgraph tfogh0 -s clear.gif    
  24. dmgraph tfogi0 -s clear.gif    
  25. dmgraph tfogj0 -s clear.gif    
  26. dmaud 26 -s quiet.wav -q
  27. call doom -file toughguy.wad %1 %2 %3 %4 %5
  28. echo Restoring transporter sounds & graphics.
  29. dmgraph tfoga0 -s 1.gif
  30. dmgraph tfogb0 -s 2.gif    
  31. dmgraph tfogc0 -s 3.gif    
  32. dmgraph tfogd0 -s 4.gif    
  33. dmgraph tfoge0 -s 5.gif    
  34. dmgraph tfogf0 -s 6.gif    
  35. dmgraph tfogg0 -s 7.gif    
  36. dmgraph tfogh0 -s 8.gif    
  37. dmgraph tfogi0 -s 9.gif    
  38. dmgraph tfogj0 -s a.gif    
  39. dmaud 26 -s 1.wav -q
  40. del ?.gif
  41. del 1.wav
  42. echo Done.
  43.  
  44.  
  45.