home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / data / 1021.scp < prev    next >
Encoding:
Text File  |  1997-08-20  |  125 b   |  9 lines

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