telnet batch file

foschia

New Member
I am trying to write a batch file that connects and logs onto telnet and then runs a few commands. if there is anyone who knows anything about this please help.
 
Yes, I have a script like this at work.

Just make the batch file and use ony this..

telnet server1.something.com



The telnet window will then ask for login (if required)
 
It works for me. What are you doing incorrectly.

Do you know how to make a batch file? Do you know your server name? Do you have a valid connection to the server which is running the telnet?
 
I obiously dont know what im doing incorrectly. yes I know how to make a batch file, ive made a few before for ssh connections and other misc. things. my server name is actually a ip because routers dont have a server name normally. yes I have a connection to the server I can open telnet and connect manually id just like to be able to double click a icon and have it login for me.
 
You don't need to get snappy, as I am taking MY time to help you.

I was doing some looking online, and it seems you will need a third party software which has a script program built in. We do have it here at work, thats wy it logs in with the telnet easily (unix - pc) The program is called netmanage. Try download.com
Ill see if I can find one for you to try..

Try this one

http://www.download.com/Telnet-Magic/3000-2155_4-10298359.html?tag=lst-0-8
 
Last edited:
Back
Top