BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.
- + Scripting got a new command.
Name: beep
Action: Generates a simple tone on the motherboard speaker.
Syntax: beep [frequency=800], [duration=200]
frequency: The frequency of the sound, in hertz. This parameter
must be in the range 37 through 32,767.
Defaults to 800.
duration: The duration of the sound, in milliseconds.
Defaults to 200.
Example:
::beep 800,100; beep 400,100; beep 600,100;
Note:
The function is synchronous; it does not return control to its
caller until the sound finishes.
Win7 will send the tone through the soundcard.