Re: WaitFor fails while Prompt works (General questions)
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:
- WaitFor fails while Prompt works - novanstar, 2008-11-01, 00:06
- Re: WaitFor fails while Prompt works - wodDamir, 2008-11-01, 14:42
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-01, 19:35
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-01, 19:38
- Re: WaitFor fails while Prompt works - wodDamir, 2008-11-01, 20:42
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-03, 23:21
- Re: WaitFor fails while Prompt works - wodDamir, 2008-11-03, 23:24
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-04, 00:35
- Re: WaitFor fails while Prompt works - wodDamir, 2008-11-03, 23:24
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-03, 23:21
- Re: WaitFor fails while Prompt works - wodDamir, 2008-11-01, 20:42
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-01, 19:38
- Re: WaitFor fails while Prompt works - novanstar, 2008-11-01, 19:35
- Re: WaitFor fails while Prompt works - wodDamir, 2008-11-01, 14:42