About the console window
The console is a command line terminal for the command interface. Use it to explore, test and issue command interface commands. You can also chain multiple Actions with a single command.
The prompt > is printed by the system and indicates the start of the command. You issue commands in the console by typing a command after the prompt and pressing Enter.
Commands are case insensitive. They are also space insensitive for Object names.
Generally, you issue commands to filter Objects or execute an Action.
For more information, visit using the console.
To display the console window
- On the View menu, click Console.
- OR -
- Click on the Windows and dialog boxes toolbar.
- OR -
- Use CTRL+F6 to toggle open or close the Console.
Console menu
Right-click in the Console window to open the menu.
Menu item |
Description |
Move Cursor Up | Move cursor up out of the command line prompt > |
Clear Console | Same as ClearConsole |
Cut | Cut selected text to the clipboard |
Copy | Copy selected text to the clipboard |
Paste | Paste text from the clipboard |
Import Commands... | Same as ImportCommands |
Export Commands... | Same as ExportCommands |
Export Commands As Python... | Same as ExportCommands |
Export Commands As VBScript... | Same as ExportCommands |
See also
About the command interface
Using the command interface
Using the console