Re: How to execute commands one by one - WeOnlyDo Discussion board

Re: How to execute commands one by one (General questions)

by lax4u, Tuesday, July 03, 2007, 15:27 (6152 days ago) @ woddrazen

That screen will have other text also, not only Press any key to continue . Also for enter key should i use rn or /r/n

Hi Laxu,


Please try something like this:
[code]
Telnet1.Waitfor( press any key to continue );
Telnet1.DataReady = 0;
Console.Write Telnet1.Execute(
, Code: ,30);
Telnet1.DataReady = 0;
Console.Write Telnet1.Execute( DTL
, : ,30);
Telnet1.DataReady = 0;
Console.Write Telnet1.Execute( sys
, $ ,30);
[/code]

If problem persist maybe we can connect to your server and find out what went wrong. You can send you private information to techsupport@weonlydo.com

Let us know how it goes.


Regards,
Drazen


Complete thread: