home *** CD-ROM | disk | FTP | other *** search
- ; iPass Dial-Up Networking Script
- ;
- ; Copyright (C) 1997-2000 iPass Inc.
- ;
- ; Do not edit this script. Connection to the
- ; remote access point requires this script.
- ;
- ; Future auto-updates of this script will not
- ; occur when editions are made to this script.
- ;
- proc main
- delay 2
- transmit "^M^M"
- waitfor "Username:"
- delay 1
- transmit $USERID
- transmit "^M"
- waitfor "Password:"
- delay 1
- transmit $PASSWORD
- transmit "^M"
- waitfor ">"
- transmit "^M"
- transmit "ppp"
- transmit "^M"
- waitfor "Your IP address is "
- set ipaddr getip
- endproc