tcls

tcls


tcl.stack.desc Index Level term
Syntax tcls port.number user-id TCL.command
Category TCL
Type Verb
Description suspends the process on the specified port, pushes a level on that port, then executes the TCL command.  This is different from the "tcl" command in that "tcls" suppresses the messages generated by the command that was executed on the remote port.  Available only on releases 7.0.5 and higher.
Options
See Also z port.number phantom phantom ports users lu poke end tcl
Example tcls 33 dm count md
Executes the "cound md" command on port 33, provided that the current user-id is "dm".  If the current user-id is not specified, or is invalid, the command does not take place.  The results of the "count" command appear on port 33, but not on the port originating the "tcls" command.
Warnings
Compatibility D3 7.0 AP
tcl.stack.desc Index Level term