| Syntax |
tcl port.number user-id TCL.command {(option)}
|
| Category |
TCL
|
| Type |
Verb
|
| Description |
suspends the process on the specified port, pushes a level on that port, then executes the TCL command.
To suppress messages on the current port, see the "tcls" command.
|
| Options |
|
| See Also |
z port.number phantom phantom ports users lu poke end tcls
|
| Example |
tcl 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 both port 33, and on the port originating the "tcl" command.
|
| Warnings |
|
| Compatibility |
D3 7.0 AP
|