home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / data / 1067.scp < prev    next >
Encoding:
Text File  |  1999-09-20  |  206 b   |  17 lines

  1. proc main
  2.  
  3. waitfor "login"
  4. transmit $USERID
  5. transmit " ppp^M"
  6.  
  7. waitfor "password"
  8. transmit $PASSWORD
  9. transmit "^M"
  10.  
  11. waitfor "command"
  12. transmit "start"
  13. transmit "^M"
  14.  
  15. waitfor "BEGIN"
  16.  
  17. endproc