Re: WaitFor fails while Prompt works - WeOnlyDo Discussion board

Re: WaitFor fails while Prompt works (General questions)

by wodDamir, Monday, November 03, 2008, 23:24 (5863 days ago) @ novanstar

Hi,

In that case, you'll need to catch an error, and code like this to send CTRL-C :

[code]
byte a = 3;
char b = Convert.ToChar(a);
ssh1.Send(b.ToString());
[/code]

Hope this helps.

Regards,
Damba


Complete thread: