home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / ssdemo.zip / SSTOOLKT / SSPIPE / OS2.CMD < prev    next >
OS/2 REXX Batch file  |  1993-06-26  |  436b  |  17 lines

  1. :
  2. :  
  3. :  BocaSoft System Sounds Named Pipe Example 
  4. :
  5. :  Copyright (c) BocaSoft Incorporated 1993
  6. :
  7. :  This simple OS/2 batch file writes the index 45 to the BocaSoft
  8. :  System Sounds named pipe - "\pipe\bs_ssnd".  Index 45 is a User
  9. :  Event.  See the file ssndmsg.c for more information on index
  10. :  values.  Make sure System Sounds is running and the events you
  11. :  are using are enabled.
  12. :
  13. :
  14.  
  15. echo 45 > \pipe\bs_ssnd
  16.  
  17.