home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / tonline / software / data1.cab / Software / DATA / phb / scripti.scp < prev    next >
Encoding:
Text File  |  2001-08-13  |  404 b   |  19 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.     waitfor "sername:"
  13.     transmit $USERID + "^M"
  14.     waitfor "assword:"
  15.     transmit $PASSWORD + "^M"
  16. endproc
  17.  
  18.  
  19.