Most menu commands have an equivalent
macro statement. Macros are collections
of such command statements in combination with additional statements
which display dialogs for user input or provide the user with instructions
by displaying guide windows. Macros are executed using the Run
Macro command. Wintrack allows for nesting
of macros: macros can call other macros. Macro statements usually
have parameters that need to be specified. There are four ways to pass
parameters to a macro statement:
Macros are plain text files (ASCII) which contain collections of macro
statements and optional commentaries. You create and maintain macros
using Windows NotePad or any word processing program that can
save files as plain ASCII text. The general structure of a macro may
look like this: