Macro Scheduler 15

Where To Go From Here


 

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.

 

Further scripting articles and tutorials can be found at http://www.mjtnet.com/blog and there are tips, examples and lots of helpful people in the forums at http://www.mjtnet.com/usergroup/

 

You'll also find video tutorials at: http://www.mjtnet.com/video_tutorials.htm

 

Happy Scripting!