home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deathday Collection
/
dday.bin
/
others
/
sounds
/
rayswavs
/
raywaves.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-21
|
1KB
|
55 lines
echo off
echo Removing original DOOM sounds...
dmaud 1 -e sound1.ray
dmaud 2 -e sound2.ray
dmaud 7 -e sound7.ray
dmaud 14 -e sound14.ray
dmaud 19 -e sound19.ray
dmaud 27 -e sound27.ray
dmaud 31 -e sound31.ray
dmaud 32 -e sound32.ray
dmaud 33 -e sound33.ray
dmaud 34 -e sound34.ray
dmaud 35 -e sound35.ray
dmaud 36 -e sound36.ray
dmaud 42 -e sound42.ray
dmaud 45 -e sound45.ray
dmaud 46 -e sound46.ray
dmaud 48 -e sound48.ray
dmaud 49 -e sound49.ray
dmaud 50 -e sound50.ray
dmaud 52 -e sound52.ray
dmaud 54 -e sound54.ray
dmaud 55 -e sound55.ray
dmaud 56 -e sound56.ray
dmaud 58 -e sound58.ray
dmaud 59 -e sound59.ray
dmaud 60 -e sound60.ray
echo Installing Raywaves sounds...
dmaud 1 -s new1.dms -x
dmaud 2 -s new2.dms -x
dmaud 7 -s new7.dms -x
dmaud 14 -s new14.dms -x
dmaud 19 -s new19.dms -x
dmaud 27 -s new27.dms -x
dmaud 31 -s new31.dms -x
dmaud 32 -s new32.dms -x
dmaud 33 -s new33.dms -x
dmaud 34 -s new34.dms -x
dmaud 35 -s new35.dms -x
dmaud 36 -s new36.dms -x
dmaud 42 -s new42.dms -x
dmaud 45 -s new45.dms -x
dmaud 46 -s new46.dms -x
dmaud 48 -s new48.dms -x
dmaud 49 -s new49.dms -x
dmaud 50 -s new50.dms -x
dmaud 52 -s new52.dms -x
dmaud 54 -s new54.dms -x
dmaud 55 -s new55.dms -x
dmaud 56 -s new56.dms -x
dmaud 58 -s new58.dms -x
dmaud 59 -s new59.dms -x
dmaud 60 -s new60.dms -x
echo Raywaves are installed.