Re: How to execute commands one by one (General questions)
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