tcl.tcl
Executes a TCL command on another port.
Syntax
tcl port.number user-id TCL.command {(option)}
Description
suspends the process on the specified port, pushes a level on that port, then executes the TCL command.
Options
s Suppresses messages on the current port.
Example
tcl 33 olga block-print hello there!
Executes the 'block-print' command on port 33, provided that the
current user-id is 'olga'. If the current user-id is not specified,
or is invalid, the command does not take place.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
