Stefan Bodewig wrote:
> 
> Kevin LaVergne <[EMAIL PROTECTED]> wrote:
> 
> > Is there a way to use the Telnet task to send something like ^C
> > (ctrl-C)? I tried using the string "^C" and this didn't work. Can
> > someone help me?
> 
> Not sure, whether this is possible at all, as usually your ^C is
> trapped by the terminal and translated into a signal that is sent to
> the running application.
> 
> Sometimes ^C is used to refer to the character with code 3, so you
> could try &#3; - but I don't think this is what you want.

If you telnet a machine and start some cmd, then ctrl-C, the cmd
is stopped.
This means that in some way the ctrl-C is sent to the remote
machine, and there executed in the way you describe. (signal)


mfg Frank

> 
> Stefan

Reply via email to