home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / internet / netterm / unix.txt < prev    next >
Text File  |  1997-02-05  |  96b  |  5 lines

  1. expect 60 "login:"
  2. output "<user_name>^M"
  3. expect 60 "Password:"
  4. output "<user_password>^M"
  5.