home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SSNDPIPE.ZIP / README.TXT < prev    next >
Text File  |  1993-05-03  |  2KB  |  56 lines

  1.  
  2.  
  3.  
  4.   BocaSoft System Sounds Named Pipe Server:
  5.  
  6.  
  7.  
  8.   This software allows you to link audio to a large array of software
  9.   packages including lotus, dbase, REXX, batch files, etc. 
  10.  
  11.   SSNDPIPE.EXE creates a named pipe called "\PIPE\BS_SSND".  The named
  12.   pipe may be accessed from any OS/2 session whether it's DOS, Windows,
  13.   or OS/2 in Full Screen or Window modes. 
  14.  
  15.   The server is a PM application that runs in the background.  Users
  16.   may write sound index values to the pipe where the server will then
  17.   send to index along to BocaSoft System Sounds.
  18.  
  19.        Example:
  20.        -------
  21.  
  22.        ECHO 17 > \PIPE\BS_SSND
  23.  
  24.   This example writes an index of 17 to the pipe.  System Sounds will
  25.   play the audio associated with index number 17.
  26.  
  27.   SSNDPIPE.EXE includes limited error checking.  To record errors invoke
  28.   the program with standard out redirected to a file:
  29.  
  30.        SSNDPIPE > ERROUT 
  31.  
  32.   The server process may be killed by sending a -1 to the pipe.
  33.  
  34.  
  35.   To order a copy of BocaSoft System Sounds please call (407)392-7743.  We
  36.   accept VISA and Mastercard.  American Express will be available mid May.
  37.  
  38.   Introductory beta offer with free upgrade:  $ 49.00
  39.   
  40.   
  41.   Event Index Values     -> 0 to 41
  42.   
  43.   Key Index Values:
  44.   ----------------
  45.   
  46.   No control keys     -> index = 42 + scan code
  47.   SHIFT            -> index = 42 + scan code + (256 * 1)
  48.   ALT            -> index = 42 + scan code + (256 * 2)
  49.   CTRL             -> index = 42 + scan code + (256 * 3)
  50.   SHIFT | ALT        -> index = 42 + scan code + (256 * 4)
  51.   SHIFT | CTRL        -> index = 42 + scan code + (256 * 5)
  52.   ALT | CTRL        -> index = 42 + scan code + (256 * 6)
  53.   SHIFT | ALT | CTRL    -> index = 42 + scan code + (256 * 7)
  54.   
  55.  
  56.