home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FMI Superhry 1
/
Superhry-I.bin
/
bonus
/
doom
/
sounds
/
jsupdate
/
jsupdate.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-15
|
540b
|
15 lines
@ECHO OFF
Echo Now updating your JAMSNDS.WAD file...
dmaud -f jamsnds.wad 23 -s item.wav -x
dmaud -f jamsnds.wad 24 -s wpickup.wav -x
dmaud -f jamsnds.wad 22 -s slop.wav -x
dmaud -f jamsnds.wad 37 -s solddie1.wav -x
dmaud -f jamsnds.wad 38 -s solddie2.wav -x
dmaud -f jamsnds.wad 39 -s solddie3.wav -x
dmaud -f jamsnds.wad 40 -s impdie1.wav -x
dmaud -f jamsnds.wad 41 -s impdie2.wav -x
dmaud -f jamsnds.wad 42 -s demondie.wav -x
dmaud -f jamsnds.wad 26 -s teleport.wav -x
dmaud -f jamsnds.wad 36 -s dead.wav -x
Echo All done!