Automating telnet login

L

Lina Thompson

I'm not sure if this is the correct newsgroup, but here
goes:
I currently log on to my network by typing the following
from a command prompt:
telnet <url>
i then get a prompt for username and password.
All I want to do is to creat a batch file that somehow
does that for me, so I could just double click and I'd be
online. I'm not that familiar with either telnet or batch
files, all I know is how to call telnet from a batch file,
as in

@echo off
c:\windows\system32\
telnet <url>

but I have no idea how to
1) make it wait for the username prompt
2) enter username and wait for password prompt
3) enter password and exit

would also be really nice if it displayed a message or
something, like successful or not, since the server is
often busy and connecting doesn't always work from the
first time

If this isn't the right newsgroup, please tell me where to
post.
Thanks a lot in advance!
Lina Thompson
 
B

Brian

In the same situation. I'll let you know if I find
anything. If you find it, please post it here as well.

Good luck.
 

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

Similar Threads

Automating telnet logon 6
batch telnet. 4
Telnet 2
Star Wars via Telnet. 1
smtp telnet? 5
Telnet? 5
Where did Telnet go? 3
Telnet license 2

Top