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.

Stefan

Reply via email to