9.0
274
If the appName value has not been used in a previous AppBringUp or
AppSwapWith command and the program is not running, an executable file
named appName must be in the Dragon NaturallySpeaking Program folder or in
a directory that is searched when Windows starts a program.
Beep
Generates the Windows default beep sound by calling the Windows API MessageBeep() function. The exact result
of this call depends on the hardware and system software configuration. On some systems with half-duplex sound
systems, you must turn off the microphone before using this command for users to hear the beep.
Syntax
Beep
This command does not have any arguments.
Example
The following script turns off the microphone, plays the beep sound, waits for five seconds to ensure that the sound
finishes playing, and turns the microphone back on
SetMicrophone 0
Beep
Wait 5
SetMicrophone 1
ButtonClick
Generates a single or double click with the specified mouse button.
Syntax
ButtonClick [button[, count]]
Argument Description
button A value indicating which button is to be clicked. To click multiple mouse buttons
simultaneously, add the values for each button to be clicked.
1 (default) left button (button 1)
2 right button (button 2)
4 third (middle) button
count A value indicating the number of clicks.
1 (default) single click
2 double click










