Wintrack's macros, custom setup and variable definition files consist
of executable statements and free commentary. Each file type has its
own statement library, but all these statements share the same basic
syntax:
statement
parameter=value parameter=value
parameter=value,value,value
The statement name statement identifies the statement and is followed
by a list of parameters, each identified by a parameter name and being
assigned a value. Some parameters require multiple values, which are
separated by commas. White spaces separate parameters and statement
names. Never put white spaces between parameter names and their assigned
values or between multiple values of a parameter! Parameters may be
distributed on multiple lines as long as each new line of a composite
statement begins with a white space. Any text that appears to the right
of a single quote is considered commentary and will not be interpreted.
Empty lines between statements are ignored as well.