home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / quasitalk_1 / !QuasiTalk / Proto < prev    next >
Text File  |  1997-02-08  |  242b  |  12 lines

  1. # hostname goes in next line
  2. session telnet cus
  3. # now the login prompt
  4. waitfor "ogin:"
  5. # here your user id
  6. sendl "userid"
  7. # now the password prompt
  8. waitfor "assword:"
  9. # your password
  10. sendl "password"
  11. # and finally the shell prompt
  12. waitfor "$"