Click to See Complete Forum and Search --> : telnet script


Notfromkansas
11-04-2001, 08:23 PM
I have made this telnet script but I just cannot get it to work:
telnet xxx.xxx.30.2 259
sleep 3
echo "loginname"
sleep 3
echo "password"
sleep 2
echo 1

It connects fine but does not enter the loginrname when prompted for the login name.

If have never done this before so I have probably made some stupid mistake.

I hope someoen can help.