|
Where To Go From Here |
Top Previous Next |
|
In this guide we have met the following common commands:
Run Program WaitWindowOpen WaitWindowClosed SetFocus Send Character/Text (Send) Press ... Label and Goto Wait
These commands will always be found in Windows automation scripts. They are essential for simulating user input, and we have seen how just these commands can be used to automate a Windows application. Other useful commands for windows manipulation include the mouse event functions:
MouseMove MouseMoveRel LClick LDblClick RClick RDblClick
For further detail on these commands please refer to the Command Reference.
The Command Reference also gives examples for each command.
For further examples and tips you should check out the sample scripts that come with Macro Scheduler and the Scripts & Tips archive at http://www.mjtnet.com/scripts.hts
Further scripting articles and tutorials can be found at http://www.mjtnet.com/blog
Happy Scripting! |