home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deathday Collection
/
dday.bin
/
others
/
sounds
/
dmwierd
/
deinst.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-16
|
3KB
|
88 lines
@echo off
if "%2"=="y" ren doom1.wad doom.wad
if not exist %1\sound12.raw goto error
echo Restoring original DOOM sounds ... Please wait
dmaud 1 -q -s %1\sound1.raw
dmaud 2 -q -s %1\sound2.raw
dmaud 3 -q -s %1\sound3.raw
dmaud 4 -q -s %1\sound4.raw
dmaud 5 -q -s %1\sound5.raw
dmaud 6 -q -s %1\sound6.raw
dmaud 7 -q -s %1\sound7.raw
dmaud 8 -q -s %1\sound8.raw
dmaud 9 -q -s %1\sound9.raw
dmaud 10 -q -s %1\sound10.raw
dmaud 11 -q -s %1\sound11.raw
dmaud 12 -q -s %1\sound12.raw
dmaud 13 -q -s %1\sound13.raw
dmaud 14 -q -s %1\sound14.raw
dmaud 15 -q -s %1\sound15.raw
dmaud 16 -q -s %1\sound16.raw
dmaud 17 -q -s %1\sound17.raw
dmaud 18 -q -s %1\sound18.raw
dmaud 19 -q -s %1\sound19.raw
dmaud 20 -q -s %1\sound20.raw
dmaud 21 -q -s %1\sound21.raw
dmaud 22 -q -s %1\sound22.raw
dmaud 23 -q -s %1\sound23.raw
dmaud 24 -q -s %1\sound24.raw
dmaud 25 -q -s %1\sound25.raw
dmaud 26 -q -s %1\sound26.raw
dmaud 27 -q -s %1\sound27.raw
dmaud 28 -q -s %1\sound28.raw
dmaud 29 -q -s %1\sound29.raw
dmaud 30 -q -s %1\sound30.raw
dmaud 31 -q -s %1\sound31.raw
dmaud 32 -q -s %1\sound32.raw
dmaud 33 -q -s %1\sound33.raw
dmaud 34 -q -s %1\sound34.raw
dmaud 35 -q -s %1\sound35.raw
dmaud 36 -q -s %1\sound36.raw
dmaud 37 -q -s %1\sound37.raw
dmaud 38 -q -s %1\sound38.raw
dmaud 39 -q -s %1\sound39.raw
dmaud 40 -q -s %1\sound40.raw
dmaud 41 -q -s %1\sound41.raw
dmaud 42 -q -s %1\sound42.raw
dmaud 43 -q -s %1\sound43.raw
dmaud 44 -q -s %1\sound44.raw
dmaud 45 -q -s %1\sound45.raw
dmaud 46 -q -s %1\sound46.raw
dmaud 47 -q -s %1\sound47.raw
dmaud 48 -q -s %1\sound48.raw
dmaud 49 -q -s %1\sound49.raw
dmaud 50 -q -s %1\sound50.raw
dmaud 51 -q -s %1\sound51.raw
dmaud 52 -q -s %1\sound52.raw
dmaud 53 -q -s %1\sound53.raw
dmaud 54 -q -s %1\sound54.raw
dmaud 55 -q -s %1\sound55.raw
dmaud 56 -q -s %1\sound56.raw
dmaud 57 -q -s %1\sound57.raw
dmaud 58 -q -s %1\sound58.raw
dmaud 59 -q -s %1\sound59.raw
dmaud 60 -q -s %1\sound60.raw
dmaud 61 -q -s %1\sound61.raw
if "%2"=="y" ren doom.wad doom1.wad
echo Done restoring original sounds
echo .
echo WINDOWS USERS - DON'T FORGET
echo If you use high res 256 color pictures for Windows wallpaper then
echo check out the file doom_bmp.zip at ftp.uwp.edu
echo I have taken 30 screen shots from the registered version and, using
echo Graphics Workshop for Windows, converted them to 640x480 BMP files.
goto end
:error
echo.
echo NO ORIGINAL SOUNDS DETECTED!
echo Either you :
echo 1) haven't installed new sounds yet
echo 2) forgot to give the directory where the sounds are
echo on the command line
echo .
goto end
:end