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, 15:53 (6152 days ago) @ lax4u

Laxu,


You should use \r\n

[code]
Telnet1.Waitfor( press any key to continue );
Telnet1.DataReady = 0;
Console.Write Telnet1.Execute( \r\n , Code: ,30);
Telnet1.DataReady = 0;
Console.Write Telnet1.Execute( DTL\r\n , : ,30);
Telnet1.DataReady = 0;
Console.Write Telnet1.Execute( sys\r\n , $ ,30);
[/code]

Let us know how it goes.


Drazen


Complete thread: