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