home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / data / 1045.scp < prev    next >
Encoding:
Text File  |  1998-06-25  |  195 b   |  12 lines

  1. proc main
  2.   waitfor "ogin:"
  3.   transmit "$USERID"
  4.   transmit "^M"
  5.   waitfor "ssword:"
  6.   transmit "$PASSWORD"
  7.   transmit "^M"
  8.   waitfor "$"
  9.   transmit "startppp"
  10.   transmit "^M"
  11. endproc
  12.