home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / data / 1004.scp < prev    next >
Encoding:
Text File  |  1997-05-11  |  135 b   |  9 lines

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