home *** CD-ROM | disk | FTP | other *** search
- ; Llano.net script file for Windows 95
- ; Created 05NOV96
- ; Revised 02JUL97 by WHC
-
- proc main
-
- ; Wait for the login prompt before entering the user ID
- transmit "^M"
-
- ; Enter the username
- waitfor "username:"
- transmit $USERID
- transmit "^M"
-
- ; Enter the password
- waitfor "password:"
- transmit $PASSWORD
- transmit "^M"
-
- ; Choose PPP connection
- waitfor "action:"
- transmit "ppp"
- transmit "^M"
- delay 8
- endproc
-