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 >
DOS Batch File  |  1992-06-01  |  2KB  |  56 lines

  1. echo off
  2. REM Unload any previously loaded sound driver.
  3. :BEGIN
  4. ibmsnd U
  5. :ASK
  6. cls
  7. echo ***************************************************************
  8. echo         THE Audio Solution    Phone: (314)-567-0267
  9. echo         P.O. Box 11688     DIGPAK Consumer Kit: $39.95
  10. echo         Clayton, MO 63105    DIGPAK Professional: $69.95
  11. echo ***************************************************************
  12. echo        A. Setup DIGPAK sound driver.
  13. echo        B. LOAD the currently selected driver and exit.
  14. echo ***************************************************************
  15. echo        Press (A-B) To Make Your Selection
  16. echo *************** NEW!!! Special Offer!!!! **********************
  17. echo Find out how good DigPak and MidPak really are with The Audio Solution's
  18. echo MUSIC and SOUND Jukebox.  Over one hour of MIDI musc by Rob Wallace and
  19. echo The Fat Man, many examples from best selling computer games.  We'll also
  20. echo send you a copy of the way-cool Fly-By Animation, the most remakrable
  21. echo VGA computer generated animation you will have ever seen.    (Requires 2mb
  22. echo of expanded memory.) FlyBy is a 3d fractally generated landscape,
  23. echo light-source shaded, with over 100 frames, full-screen, played back at
  24. echo 18 frames per second!  Musical sound track, 'Fire Under The Icehouse',
  25. echo composed by Rob Wallace.
  26. echo.
  27. echo Order these demo disks and receive a free issue of Sound Bytes, your
  28. echo newsletter resource for sound and music news!
  29. echo.
  30. echo All just $9.95.  Fill out the enclosed ORDER.FRM and order yours today!
  31. ask AB
  32. IF ERRORLEVEL 2 GOTO LOAD
  33. IF ERRORLEVEL 1 GOTO SETUP
  34. :SETUP
  35. setd
  36. goto ASK
  37. :LOAD
  38. IF EXIST SOUNDRV.COM GOTO END
  39. setd
  40. :END
  41. soundrv
  42. play saw.snd
  43. play bark1.abt
  44. play bark2.abt
  45. play bark3.abt
  46. play digpak.abt
  47. echo .
  48. echo DIGPAK sound driver has been loaded.  You may now run other DIGPAK
  49. echo compatible software and it will use this sound driver instead.
  50. echo You may play sound effects by typing: PLAY (filename)
  51. echo .
  52. echo Try this now by typing: PLAY SAW.SND
  53. echo or you could use:         PLAY BARK1.ABT
  54. echo Files with the extension of .ABT are compressed sound files.
  55. echo You can play back raw sound files with DIGPAK as well.
  56.