Re: How to execute commands one by one (General questions)
Lax,
that simply means that 'Code:' that you expected to arrive never really arrived.
So, things are not coming as you expect - let's see what arrived. Instead of yuor line, can you do this:
Telnet1.Send( \r\n );
Debug.Print Telnet1.Receive()
perhaps you would need to put more than one Receive to see all the data.
Also, some UNIX systems prefer to receive only \n instead of \r\n - so perhaps you can try to adjust that too.
Kreso