RunScriptFile
Runs a Dragon script contained in the specified file. The script file can contain only valid Dragon scripting commands.
Syntax
RunScriptFile "fileName"
Argument | Description |
---|---|
fileName | The name of the file containing the Dragon script to be run. The file must be in ANSI text format.
If no path is specified, the file must be in the Dragon Program folder or in a directory that is searched when Windows starts a program. |
Example
This example runs a script contained in a file named Automate.txt.
RunScriptFile "Automate.txt"