Take Command / TCC Help v. 13.03
VBEEPNot in LE
Hide Navigation Pane
VBEEPNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
VBEEPNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Flash the screen and beep the speaker.

 

Format:VBEEP [frequency duration ...] [asterisk | exclamation | hand | question | ok]

 

frequencyThe beep frequency in Hertz (cycles per second).
durationThe beep length in 1/18th second intervals.

 

asteriskPlays the system default "asterisk" sound.
exclamationPlays the system default "exclamation" sound.
handPlays the system default "hand" sound.
questionPlays the system default "question" sound.
okPlays the system default "ok" sound.

 

See also: the Length and Frequency configuration options.

 

Usage:

 

VBEEP flashes the screen (by setting all attributes to their inverse), and generates a sound through your computer's speaker. You can use it in batch files to signal that an operation has been completed, or that the computer needs attention.

 

64-bit versions of Windows do not support the frequency/duration syntax of VBEEP.

 

You can include as many frequency and duration pairs as you wish. No sound will be generated for frequencies less than 20 Hz.. The default value for frequency is 440 Hz; the default value for duration is 2.

 

Numeric input may be entered in either decimal format (a sequence of 0-9 digits) or in hexadecimal format ("0x" followed by a sequence of 0-F hex digits).

Comments (...)