WinTask Components
When you start WinTask, you start the Editor, TASKEDIT:
The Editor window is a 3 pane window : using Recording mode by clicking Rec icon, you automatically record your actions into a script. When you stop Recording mode, all the recorded actions are listed in the Editor window. You can add more complex statements using the list of functions in the right pane. Then you save and compile the script. The compiler is named TASKCOMP. The results of the compilation are displayed in the bottom pane.
TASKEDIT is a full colored Editor, you can change various settings through Configure/Editor menu. Some Editor keys are also available.
If the compiler does not report syntax error, the script runs immediately using the TASKEXEC module.
Five more tools can be used:
SPY used for identifying Windows controls within an application and for Web data extraction.
Synchronization Wizard used for inserting synchronization code within the script.
Capture Wizard used for capturing data from a window or from a web site. It is invoked by clicking Capture icon in WinTask toolbar.
Dialog Box Editor TASKBOX (not available in WinTask Lite), used for creating complex dialog boxes.
Scheduler to run your tasks on a regular schedule (not available in WinTask Lite).