ExportCommands

Exports successfully executed commands in the console window to a EC file.

The ExportCommandsAsPython and ExportCommandsAsVbs Actions export successfully executed commands to a Python (.py) or COM (.vbs) script instead.

The ExportConsoleText Action exports the full contents of the console — including commands, results, and error messages — to a plain text file (.txt). This is useful for logging or comparison testing.

Specify the path and output file name with the Argument. The export command itself is excluded from the output.

Important: ClearConsole erases the text from the console window, and all export command actions listed here will have no output if the console is empty.

Applies to the Echoview Object.

Syntax

Echoview | ExportCommands | Argument

Echoview | ExportCommandsAsPython | Argument

Echoview | ExportCommandsAsVbs | Argument

Echoview | ExportConsoleText | Argument

Example

> Echoview | ExportCommands | "C:\Users\FileName.ec"

See also

About the command interface
ImportCommands
Using the command interface
Using the console