home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / sysutl / fixbeep.arc / FIXBEEP.DOC < prev   
Text File  |  1987-03-16  |  2KB  |  72 lines

  1.  
  2.  
  3.  
  4.        FIXBEEP
  5.        -------
  6.  
  7.         Version 1.10 of 16 March 1987.
  8.  
  9.  
  10.    FIXBEEP is a short, terminate-and-stay-resident utility.
  11.    It changes the tone that the IBM computer produces when it
  12.    beeps.
  13.  
  14.    FIXBEEP is installed simply by typing FIXBEEP at the DOS
  15.    prompt.  The program will take one-half k of system memory,
  16.    which is 512 bytes.
  17.  
  18.    After FIXBEEP is installed, your IBM or close compatible
  19.    will not make that annoying, drawn-out, beep.  FIXBEEP
  20.    replaces it with a quick, quiet little chirp.
  21.  
  22.    If you want to change the frequency and/or duration of the
  23.    tone that FIXBEEP makes, you can specify command line
  24.    parameters when you start the program.
  25.  
  26.    The /F parameter changes the frequency of the beep.  For
  27.    example, typing
  28.  
  29.           FIXBEEP /F1750
  30.  
  31.    would set the frequency to 1750 hertz.  To change the
  32.    duration, use the /D parameter.  Typing
  33.  
  34.           FIXBEEP /D35
  35.  
  36.    That example would set the duration of the tone to 35
  37.    milliseconds, which is .035 seconds.  You can specify both
  38.    options in any order.  For example,
  39.  
  40.           FIXBEEP /D200 /F250
  41.  
  42.    and
  43.  
  44.           FIXBEEP /D100 /F4000
  45.  
  46.    are both valid.
  47.  
  48.    FIXBEEP is compatible with almost all other terminate
  49.    and stay resident routines.  The video I/O routines are
  50.    rarely intercepted by other TSR utilities, and FIXBEEP
  51.    doesn't do anything that is considered "bad behavoir".
  52.  
  53.    If you find this program useful, please send a small
  54.    contribution.  $5 is very adequate... this is a relatively
  55.    straightforward utility.  You'll sleep at night knowing
  56.    that you helped an aspiring young programmer!
  57.  
  58.    Thank you very much.
  59.  
  60.  
  61.    Mike "Nifty James" Blaszczak
  62.    112 Verlinden Drive
  63.    Monroeville, PA   15146
  64.  
  65.    Participate On The Source: NIFTY JAMES
  66.    Participate on NWI       : MIKE B or NIFTY JAMES
  67.    The KCA PC-Guru BBS, in Pittsburgh:  MIKE BLAZAK
  68.    On The Source:   BCB922
  69.    On CompuServe:   76210,1546
  70.  
  71.  
  72.