home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / tonline / software / data1.cab / Software / DATA / phb / scripte.scp next >
Encoding:
Text File  |  2001-08-13  |  594 b   |  28 lines

  1. ; iPass Dial-Up Networking Script
  2. ;
  3. ; Copyright (C) 1997-2000 iPass Inc.
  4. ;
  5. ; Do not edit this script.  Connection to the
  6. ; remote access point requires this script.
  7. ;
  8. ; Future auto-updates of this script will not
  9. ; occur when editions are made to this script.
  10. ;
  11. proc main
  12.    delay 2
  13.    transmit "^M^M"
  14.    waitfor "Username:"
  15. delay 1
  16.    transmit $USERID
  17.    transmit "^M"
  18.    waitfor "Password:"
  19. delay 1
  20.    transmit $PASSWORD
  21.    transmit "^M"
  22.    waitfor ">"
  23.    transmit "^M"
  24.    transmit "ppp"
  25.    transmit "^M"
  26.    waitfor "Your IP address is "
  27.    set ipaddr getip
  28. endproc