home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 3 / Chip_Hitware_Vol_03.iso / chiphit3 / dfu / telemate / at&t.tw_ < prev    next >
Text File  |  1995-08-07  |  199b  |  16 lines

  1. ;
  2. ; AT&T.SCR is a log on script file for AT&T Mail
  3. ;
  4.  
  5. Waitfor 0          ; wait until string matched
  6. set autostop,on
  7.  
  8. Put
  9.  
  10. Waitfor "User Name:"
  11. Put "^!"
  12.  
  13. Waitfor "Password:"
  14. Put "^&"
  15.  
  16.