home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 168.img / XTMK42-2.ZIP / X4XVI / AT&T.XTS next >
Encoding:
Text File  |  1990-03-06  |  332 b   |  22 lines

  1. ; AT&T Mail logon script file
  2.  
  3. when "origin" jump WE_ARE_IN
  4.  
  5. ;    Send AT&T a CR every second until it wakes up.
  6. label START
  7. wait delay 10
  8. reply |
  9. jump START
  10.  
  11. ;    Once it wakes up, get on with the show.
  12.  
  13. label WE_ARE_IN
  14. when -
  15. wait string "User Name:"
  16. reply @c8
  17. reply |
  18. wait string "Password:"
  19. reply @c9
  20. reply |
  21. end
  22.