Indigo Terminal Emulation Software ®

 
   
   
 

Internal Commands

Indigo contains an internal command processor that intercepts commands to perform program operations rahter than sending data to the terminal session. The internal command processor supports the following commands:

---------------------------------------------------------------------
- INDIGO: Internal Command Listing -
---------------------------------------------------------------------
- cls : clear screen -
- :help : display internal command listing -
- :? : display internal command listing -
- :d : disconnect session -
- :c : connect session -
- :rc : disconnect, then reconnect session -
- :t : toggle connection state -
- :reboot : reboot session -
- :log : toggle session data logging on/off -
- :log:<logfile> : start logging data to specified log file -
- :macro:<macro #> : execute a macro by macro number -
- :tileh : tile windows horizontally -
- :tilev : tile windows vertically -
- :cascade : cascade windows -
- :maximize : maximize session window -
- :minimize : minimize session window -
- :properties : edit session properties -
- :launch:<filename> : launch a file -
- :web : open web browser to current address -
- :web:<address> : open web browser to speficied address -
- :close : close session -
- :closeall : close all open sessions -
- :exit : exit program -
- :about : display about dialog -
- :helpfile : display Indigo's help file -
- :p:<milliseconds> : pause remaining commands (non-blocking) -
- :s:<milliseconds> : sleep remaining commands (blocking) -
- :@<script.function> : execute VBScript method in script file -
- :=<scipt code> : execute VBScript code -
---------------------------------------------------------------------

You can view this list inside an Indigo open session window at any time by sending the ":?" command.