The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-09-2009
TonyFullerMalv's Avatar
TonyFullerMalv TonyFullerMalv is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2008
Location: Malvern, Worcs. U.K.
Posts: 730
If you had you and your Windows client added to the hosts.equiv of the Unix machine you are trying to telnet to then you could do:
Code:
C:\> telnet -l user_name
Without needing to try and provide a password.

Whether you can then do something Unix like such as:
Code:
C:\> echo command | telnet -l user_name
I'm not exactly sure, my DOS is very rusty!