Indigo includes a set of internal commands and an internal command processor that can perform various application tasks. Internal commands are invoked by sending the internal command instruction to a terminal session.
All internal commands (except the cls command) start with a color character.
Internal commands can be included and sequenced in multi-commands.
Internal Commands
The following list includes the internal commands that Indigo supports.
Internal Commands
Tip
You can send the ":help" or ":?" command any time in a terminal session window to display the listing of available internal commands.
Send two commands separated by a 3 second pause delay (This example uses the multi-command syntax)
Command
command-one|:p:3000|command-two
Example
Send a "quit" command, close the connection, wait 15 seconds and then reconnect (This example uses the multi-command syntax)
Command
quit|:d|:p:15000|:c
Session Properties
The Internal Commands feature can be enabled/disabled in the Advanced tab of the Session Properties editor. If the internal command processor is interfering with your terminal session, then you can disable it for the terminal session.