home *** CD-ROM | disk | FTP | other *** search
- ;
- ;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
-