home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
modem
/
fidoterm.arc
/
FIDO11.SCR
< prev
next >
Wrap
Text File
|
1988-02-05
|
365b
|
19 lines
;
;This does an automatic login to a Fido version 11; this is
;does the "whack return" thing necessary for autobaud BBSs,
;then invokes the Fido12 script.
;Tom Jennings 4 Feb 88
;
&A= 10
:whack
output "\r "
if "\r" gotit
delay 50
sub 1
jnz whack
message "No response to whacking return"
return 1
:gotit
call fido12 "&1" "&2" "&3"
return