| General execution | ![]() |
| ~ | Hide AutoCamos GUI
until program finishes. This is depreciated for build time executions
since AC's window is now always hidden during the build.
|
| ! | Don't wait for the
program to finish before proceeding, Use this token on its own since most other modes require AC to
wait for the program.
|
| _ | No ! token, wait for the program to finish before proceeding. (default)
|
| ? | Hide the programs
interface during execution.
|
| Capturing and using standard output |
| < | Send programs
output to the log replacing existing content. During the build this
token is identical to the <<
token to prevent deleting log content.
|
| << | Send programs
output to the log appended to existing content.
|
| #< #<< |
Send programs
output to a message box, on its own or including existing log content.
|
| <? <<? |
Send programs
output to the GUI help window, on its own or including existing log
content.
|
| > |
Treat programs
output as one or more linefeed delimited kit commands.
|
| Console window |
| - | Open
a true console window for the program but do not maintain its handle,
which means the window will be owned by the program and will close when
the program closes.
|
| + | Open
a true console window for the program and maintain its handle,
which means the window will remain open after the program closes and until closed by another kit command or via the gui console close menu item.
|