.tcl Command

The .tcl command executes the specified TCL command and inserts the output in the Output Processor document. When the TCL command completes, control returns to the document and continues processing on the following line.

Syntax

.tcl tcl.command

Parameter(s)

tcl.command

Specifies the TCL command to be output.

Example(s)

The list-users Command TCL command is used to show the users currently logged on to the system.

.tcl list-users

See Also

Output Processor Commands, Output Processor Overview