home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / tonline / software / data1.cab / Software / DATA / phb / scriptm.scp < prev    next >
Encoding:
Text File  |  2001-08-13  |  533 b   |  25 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.     transmit "^M"
  13.     delay 1
  14.     waitfor "ame: "
  15.     transmit $USERID
  16.     transmit "^M"
  17.     waitfor "assword:"
  18.     transmit $PASSWORD
  19.     transmit "^M"
  20.     waitfor ">"
  21.     delay 1
  22.     transmit "ppp"
  23.     transmit "^M"
  24.     delay 2
  25. endproc