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.

Specify the path and output file name with the Argument.

Important: ClearConsole erases the text from the console window, and ExportCommands, ExportCommandsAsPython and ExportCommandsAsVbs will not output any commands.

Applies to the Echoview Object.

Syntax

Echoview | ExportCommands | Argument

Echoview | ExportCommandsAsPython | Argument

Echoview | ExportCommandsAsVbs | Argument

Example

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

See also

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