home *** CD-ROM | disk | FTP | other *** search
- ;
- ;This does an automatic login to a Fido version 12; this is
- ;the same as for Fido v11 except there is no "whack return".
- ;Tom Jennings 4 Feb 88
- ;
- output "\r"
- match "\r"
- jerror dead
- output "^C^C^C"
- quiet 500
- :loop
- output "^C\r"
- match "FIRST name:" 3
- jerror loop
-
- output "&1\r"
- match "&1?" 3
- jerror badname
- jmp pwd
- :badname
- output "N\r"
- jmp loop
- :pwd
- output "Y\r"
- match "password"
- output "&2\r"
- match "\r"
- output "\03"
- message "Connected \& logged In"
- :dead
-