


  BocaSoft System Sounds Named Pipe Server:



  This software allows you to link audio to a large array of software
  packages including lotus, dbase, REXX, batch files, etc. 

  SSNDPIPE.EXE creates a named pipe called "\PIPE\BS_SSND".  The named
  pipe may be accessed from any OS/2 session whether it's DOS, Windows,
  or OS/2 in Full Screen or Window modes. 

  The server is a PM application that runs in the background.  Users
  may write sound index values to the pipe where the server will then
  send to index along to BocaSoft System Sounds.

       Example:
       -------

       ECHO 17 > \PIPE\BS_SSND

  This example writes an index of 17 to the pipe.  System Sounds will
  play the audio associated with index number 17.

  SSNDPIPE.EXE includes limited error checking.  To record errors invoke
  the program with standard out redirected to a file:

       SSNDPIPE > ERROUT 

  The server process may be killed by sending a -1 to the pipe.


  To order a copy of BocaSoft System Sounds please call (407)392-7743.  We
  accept VISA and Mastercard.  American Express will be available mid May.

  Introductory beta offer with free upgrade:  $ 49.00
  
  
  Event Index Values 	-> 0 to 41
  
  Key Index Values:
  ----------------
  
  No control keys 	-> index = 42 + scan code
  SHIFT			-> index = 42 + scan code + (256 * 1)
  ALT			-> index = 42 + scan code + (256 * 2)
  CTRL	 		-> index = 42 + scan code + (256 * 3)
  SHIFT | ALT		-> index = 42 + scan code + (256 * 4)
  SHIFT | CTRL		-> index = 42 + scan code + (256 * 5)
  ALT | CTRL		-> index = 42 + scan code + (256 * 6)
  SHIFT | ALT | CTRL	-> index = 42 + scan code + (256 * 7)
  

