Re: retrieve command data from DOS using telnet

2003-09-09 Thread Nitin Aggarwal
Message - From: "Robert J Taylor" <[EMAIL PROTECTED]> To: "'R. Joseph Newton'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 5:16 PM Subject: RE: retrieve command data from DOS using telnet &

Re: retrieve command data from DOS using telnet

2003-09-09 Thread R. Joseph Newton
Robert J Taylor wrote: > Yes, his machine could very well have Telnet Server installed -- see below > > Does your Windows machine have a telnet server?!? I envy you, I guess. > When I try reaching my laptop from my desktop via command line, I get: > Greetings! E:\d_drive\perlStuff>telnet 192.168

RE: retrieve command data from DOS using telnet

2003-09-08 Thread Robert J Taylor
Yes, his machine could very well have Telnet Server installed -- see below -Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 1:37 PM To: Nitin Aggarwal Cc: [EMAIL PROTECTED] Subject: Re: retrieve command data from DOS using telnet

Re: retrieve command data from DOS using telnet

2003-09-08 Thread John W. Krahn
"R. Joseph Newton" wrote: > > Does your Windows machine have a telnet server?!? I envy you, I > guess. When I try reaching my laptop from my desktop via command > line, I get: > Greetings! E:\d_drive\perlStuff>telnet 192.168.0.97 > Connecting To 192.168.0.97...Could not open a connection to host

Re: retrieve command data from DOS using telnet

2003-09-08 Thread R. Joseph Newton
Nitin Aggarwal wrote: > Hi , > I am writing this code to telnet into windows machine. > The code works fine on the unix machine and runs the command 'ps -ef'. On W2K I am > trying to telnet into the machine and to recognize the prompt 'C:\' . but it keeps > on giving the error 'time-out. I have

retrieve command data from DOS using telnet

2003-09-04 Thread Nitin Aggarwal
Hi , I am writing this code to telnet into windows machine. The code works fine on the unix machine and runs the command 'ps -ef'. On W2K I am trying to telnet into the machine and to recognize the prompt 'C:\' . but it keeps on giving the error 'time-out. I have tried different combinations of t