home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Sensations!
/
sound_sensations.iso
/
windows
/
sndbyt-1
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1992-03-08
|
965b
|
36 lines
@echo off
cls
view sound.gif /s >nul
echo Please Enter Windows Directory [c:\windows]
echo Press F6 and then Enter when Finished
copy con path1.dat >nul
copy path1.set+path1.dat path1.bat >nul
call path1
copy *.wav %path1% >nul
del path1.bat >nul
del path1.dat >nul
cls
Echo Copying Process Complete
echo --------------------------------
echo To access these sounds from
echo Windows you must have a sound
echo card equipped with a Digital
echo Audio Chip or DAC. The Sound-
echo blaster is the most prominent
echo of these.
echo Inside Windows, enter the
echo Control Panel, and then the
echo Drivers menu. Select Add and
echo then your sound card if you
echo have not already.
echo Now, exit and go to Sounds.
echo All your Sound Bytes sounds,
echo those that came with Windows
echo should now be accessible and
echo assignable to various system
echo events.
echo Have FUN...
echo Copyright Winsoft92 1992
pause
cls