Re: Telnet problem (General questions)
Ah, problem solved =)
[code]
If wodSSH1.DataReady > 0 Then wodSSH1.Receive
wodSSH1.Execute ( find /I completed, & LogWin & vbCrLf)
Trash = wodSSH1.Receive
wodSSH1.Disconnect
[/code]
Trash now holds the ouput i receive back. I also get the remote prompt
as a last line, i.e C:Documents and SettingsAdministrator> .
Is there a way to skip this last line directly in the command syntax?
Cheers!
Maverick
Complete thread:
- Telnet problem - Maverick2004, 2005-02-14, 14:30
- Re: Telnet problem - wodSupport, 2005-02-14, 14:34
- Re: Telnet problem - Maverick2004, 2005-02-14, 15:01
- Re: Telnet problem - wodSupport, 2005-02-14, 15:21
- Re: Telnet problem - Maverick2004, 2005-02-14, 15:48
- Re: Telnet problem - Maverick2004, 2005-02-14, 16:21
- Re: Telnet problem - wodSupport, 2005-02-14, 16:25
- Re: Telnet problem - Maverick2004, 2005-02-15, 13:19
- Re: Telnet problem - wodSupport, 2005-02-14, 16:25
- Re: Telnet problem - Maverick2004, 2005-02-14, 16:21
- Re: Telnet problem - Maverick2004, 2005-02-14, 15:48
- Re: Telnet problem - wodSupport, 2005-02-14, 15:21
- Re: Telnet problem - Maverick2004, 2005-02-14, 15:01
- Re: Telnet problem - wodSupport, 2005-02-14, 14:34