home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUBEEP < prev    next >
Text File  |  1990-10-19  |  3KB  |  69 lines

  1.                                     BEEP 
  2.  
  3.  
  4. Description:   Sounds a tone or a series of tones on the system's internal
  5.                speaker. A tone consists of a frequency and a duration. 
  6.  
  7.  
  8. Syntax:        Version 3.0:  BEEP 
  9.  
  10.                Version 3.1:  BEEP [/F(n)] [/D(n)] [/R(n)] 
  11.  
  12.                Version 4.0:  BEEP [/F(n)] [/D(n)] [/R(n)] [/W(n)] 
  13.                              BEEP [(drive:)][(path)] (filespec) 
  14.  
  15.                                 Parameters: 
  16.  
  17. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  18.                that contains the file you want to use. Follow the letter with
  19.                a colon. The current drive is the default. 
  20.  
  21. (path)         The full name (C:\WP\LETTERS) of the directory containing the
  22.                file you want to use. The current directory for the designated
  23.                drive is the default. 
  24.  
  25.  
  26.  
  27.  
  28. (filespec)     The name of the file containing tone values that BEEP can
  29.                sound. Each line in the file can contain frequency (/F),
  30.                duration (/D), repetition (/R), and wait (/W) specification
  31.                parameters. Each line in the file can contain a comment;
  32.                specify the beginning of a comment with a semicolon.  See the
  33.                example under BE BEEP <NUBEBEEP>. 
  34.  
  35. /D(n)          Specifies the duration of the sound in eighteenths of a
  36.                second; for example, /D18 sounds the frequency for one second.
  37.                The number must be an integer. If you specify neither the /D
  38.                parameter nor the /F parameter (see the following page), BEEP
  39.                sounds the computer's default tone. If  you specify /F without
  40.                specifying /D, the frequency sounds for approximately one-half
  41.                second (/D9). 
  42.  
  43. /F(n)          Specifies the frequency of the sound in cycles per second. The
  44.                number must be an integer. Middle C is approximately 262. See
  45.                <NUFREQ> for an extensive list of frequencies. If you do not
  46.                specify this parameter, BEEP sounds the computer's default
  47.                frequency. 
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. /R(n)          Specifies the number of times BEEP repeats the tone. The
  55.                number must be a positive integer. 
  56.  
  57. /W(n)          Specifies the wait period at the end of each tone in
  58.                eighteenths of a second. The number must be a positive
  59.                integer. Note that if you specify the /R parameter, no sound
  60.                occurs during the wait period at the end of each repetition of
  61.                the tone. 
  62.  
  63.                                    Notes:
  64.  
  65. The BEEP command has been incorporated into the BE (Batch Enhancer) utility
  66. in version 4.5.
  67.  
  68. See:           <NUBEBEEP>. 
  69.