batch commands in side telnet session

  • Thread starter Thread starter Jaime Richmond
  • Start date Start date
J

Jaime Richmond

i need to find a way for a batch file to start a telnet session pass
authentication and run 3 commands then disconnect. anyone done this before
or have any ideas on how to do it. thanks
 
i need to find a way for a batch file to start a telnet session pass
authentication and run 3 commands then disconnect. anyone done this before
or have any ideas on how to do it. thanks

The stock telnet program included with most versions of Windows does
not support scripting or redirection. You need a third-party program
that supports at least one of those two techniques in order to do what
you intend, or you need to do it outside of standard batch language.

Here are suggestions from a couple of previous posts:
<http://groups.google.com/[email protected]>
( <http://www.atstake.com/research/tools/network_utilities/> )
<http://groups.google.com/[email protected]>
 
Back
Top