home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / data / 1037.scp < prev    next >
Encoding:
Text File  |  1998-02-01  |  167 b   |  10 lines

  1. proc main
  2.     transmit"^M"
  3.     waitfor"login:"
  4.     transmit $USERID
  5.     transmit "^M"
  6.     waitfor"Password:"
  7.     transmit $PASSWORD
  8.     transmit "^M"
  9. endproc
  10.