home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Sound & MIDI
/
Chip-Special_Sound-und-Midi-auf-dem-PC.bin
/
dostools
/
digpak
/
digpak.bat
< prev
next >
Wrap
DOS Batch File
|
1992-06-01
|
2KB
|
56 lines
echo off
REM Unload any previously loaded sound driver.
:BEGIN
ibmsnd U
:ASK
cls
echo ***************************************************************
echo THE Audio Solution Phone: (314)-567-0267
echo P.O. Box 11688 DIGPAK Consumer Kit: $39.95
echo Clayton, MO 63105 DIGPAK Professional: $69.95
echo ***************************************************************
echo A. Setup DIGPAK sound driver.
echo B. LOAD the currently selected driver and exit.
echo ***************************************************************
echo Press (A-B) To Make Your Selection
echo *************** NEW!!! Special Offer!!!! **********************
echo Find out how good DigPak and MidPak really are with The Audio Solution's
echo MUSIC and SOUND Jukebox. Over one hour of MIDI musc by Rob Wallace and
echo The Fat Man, many examples from best selling computer games. We'll also
echo send you a copy of the way-cool Fly-By Animation, the most remakrable
echo VGA computer generated animation you will have ever seen. (Requires 2mb
echo of expanded memory.) FlyBy is a 3d fractally generated landscape,
echo light-source shaded, with over 100 frames, full-screen, played back at
echo 18 frames per second! Musical sound track, 'Fire Under The Icehouse',
echo composed by Rob Wallace.
echo.
echo Order these demo disks and receive a free issue of Sound Bytes, your
echo newsletter resource for sound and music news!
echo.
echo All just $9.95. Fill out the enclosed ORDER.FRM and order yours today!
ask AB
IF ERRORLEVEL 2 GOTO LOAD
IF ERRORLEVEL 1 GOTO SETUP
:SETUP
setd
goto ASK
:LOAD
IF EXIST SOUNDRV.COM GOTO END
setd
:END
soundrv
play saw.snd
play bark1.abt
play bark2.abt
play bark3.abt
play digpak.abt
echo .
echo DIGPAK sound driver has been loaded. You may now run other DIGPAK
echo compatible software and it will use this sound driver instead.
echo You may play sound effects by typing: PLAY (filename)
echo .
echo Try this now by typing: PLAY SAW.SND
echo or you could use: PLAY BARK1.ABT
echo Files with the extension of .ABT are compressed sound files.
echo You can play back raw sound files with DIGPAK as well.