home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / BELLDEMO.BAT < prev    next >
DOS Batch File  |  1992-08-30  |  410b  |  15 lines

  1. @clear
  2. @echo  
  3. @echo Controlling the speaker.
  4. @echo  
  5. @echo There is only one tool in this category. The BELL tool
  6. @echo is used to generate sounds of given frequency and duration from the 
  7. @echo speaker. It can also read its input from a file.
  8. @echo EXAMPLE:
  9. @echo To just make a short sound type: 
  10. @echo BELL 1000 1000
  11. @pause
  12. BELL 1000 1000
  13. @echo That's all for controlling the speaker.
  14. @pause
  15.