Command line

TTPMACRO.EXE [/I] [/V] [<macro file> [<second param> [<third param> [<fourth param> [<fifth param> [<sixth param> [<seventh param> [<eighth param> [<ninth param>]]]]]]]]]

Options

/I
Start MACRO in iconized state.
/V
Start MACRO in hidden (invisible) state.
<macro file>
Macro filename.
If this value is not a full path, it is understood as a relative path from ttpmacro.exe.
The filename(path excluded) is stored in the system variable "param1".
<second param>
Character string stored in the system variable "param2".
<third param>
Character string stored in the system variable "param3".
<fourth param>
Character string stored in the system variable "param4".
<fifth param>
Character string stored in the system variable "param5".
<sixth param>
Character string stored in the system variable "param6".
<seventh param>
Character string stored in the system variable "param7".
<eighth param>
Character string stored in the system variable "param8".
<ninth param>
Character string stored in the system variable "param9".
paramcnt
"Count of the string stored in the system variable param1..9"

See "Variables" for the system variables "param1", "param2" to "param9", "paramcnt".