home *** CD-ROM | disk | FTP | other *** search
/ Astra Blaster / Astra.cdr / sound3 / rndsnd.zip / RNDSND.TXT < prev    next >
Text File  |  1991-11-24  |  2KB  |  45 lines

  1.                               RANDOM .VOC PROGRAM
  2.                                   Version 1.0
  3.                                 Robert J. Evans
  4.  
  5.     This program will randomly play a Sound Blaster .VOC file from a directory
  6.     of such files.  It will use the Sound Blaster Card if you have one but it
  7.     is not necessary.
  8.  
  9.     The first thing you need to do is configure the program for your computer,
  10.     you do this by changing the file RNDSND.CFG.  This file contains the path
  11.     and filename of your favorite Sound Blaster .VOC player program such as
  12.  
  13.         1) VOUT.EXE     - Came with the original SB card
  14.         2) VPLAY.EXE    - Comes with newer SB cards
  15.         3) VOC_SHOW.EXE - Plays .VOC files though your PC speaker
  16.  
  17.     You can do this with any edit program you like and by typing in for
  18.     example: C:\SB\VOXKIT\VPLAY.EXE
  19.  
  20.     You must place a copy of RNDSND.CFG in each directory of .VOC files you
  21.     have. I myself have three directories
  22.  
  23.         1) \WELCOMES - .VOC's that play from AUTOEXEC.BAT
  24.         2) \GOODBYES - .VOC's that play when I shutdown
  25.         3) \ERRORS   - .VOC's for errors in .BAT files
  26.  
  27.     I have put into my AUTOEXEC.BAT the following lines
  28.         cd\sb\voxkit\welcomes
  29.         c:\sb\voxkit\rndsnd
  30.         c:\
  31.  
  32.     If you do not like seeing the program title come up everytime you boot up
  33.     add " > NUL:" to the end of the rndsnd line.
  34.  
  35.  
  36.     I also have a SHUTDOWN.BAT that I use to do any clean up work that I want
  37.     done when turning off the computer.  Just make sure that if you use a
  38.     program to park the hard drive heads that it is the last thing in the .BAT
  39.     file
  40.  
  41.  
  42.     If you have any comments or suggestions, please contact me through
  43.     the ICS BBS (516) 226-3895
  44.                                    Rob Evans
  45.