home *** CD-ROM | disk | FTP | other *** search
- :
- :
- : BocaSoft System Sounds Named Pipe Example
- :
- : Copyright (c) BocaSoft Incorporated 1993
- :
- : This simple OS/2 batch file writes the index 45 to the BocaSoft
- : System Sounds named pipe - "\pipe\bs_ssnd". Index 45 is a User
- : Event. See the file ssndmsg.c for more information on index
- : values. Make sure System Sounds is running and the events you
- : are using are enabled.
- :
- :
-
- echo 45 > \pipe\bs_ssnd
-
-