home *** CD-ROM | disk | FTP | other *** search
- ; AT&T Mail logon script file
-
- when "origin" jump WE_ARE_IN
-
- ; Send AT&T a CR every second until it wakes up.
- label START
- wait delay 10
- reply |
- jump START
-
- ; Once it wakes up, get on with the show.
-
- label WE_ARE_IN
- when -
- wait string "User Name:"
- reply @c8
- reply |
- wait string "Password:"
- reply @c9
- reply |
- end
-