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

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

by woddrazen, Tuesday, July 03, 2007, 08:13 (6152 days ago) @ lax4u

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: