batch commands in side telnet session

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
 
M

Mark R. Blain

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]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top