home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
modem
/
fidoterm.arc
/
FIDO12.SCR
< prev
next >
Wrap
Text File
|
1988-02-05
|
508b
|
31 lines
;
;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