9 Script Files ↑

9.1 Script File Columns

A script file is a text file formatted into five columns, using either tabs or commas as delimiters to separate the columns.

Blank lines, as well as lines beginning with <!—, will be ignored.

#HeadingContents
1moduleSpecifies the module to be used to execute the command.
2actionThe action to be taken by the indicated module.
3modifierA field used to modify the effects of the action in some way.
4objectNames the object of the action.
5valueSpecifies a value to be assigned, or to be compared.

Next: Scripting Modules