home *** CD-ROM | disk | FTP | other *** search
- \\ FIDO is a popular nation-wide Bulletin Board System which is famous
- \\ for its networking capabilities. This script automates Fido logons.
- \\ You must set the following macros with BOYAN's configuration module:
- \\ \! = Macro # 11 = Your first name
- \\ \@ = Macro # 12 = Your last name
- \\ \# = Macro # 13 = Your password
-
- |LOGON
-
- \DM[LOGGING ONTO FIDO SYSTEM!]
- \PA[1]
-
- \\ Send return characters, spaced by 1-second pauses
- ^[{^[~{^[~{~
- \PA[5]
-
- \\ Repeatedly send ^K until the FIRST name prompt is reached:
- \UN'name[^K]
-
- \\ Reset any strange colors which Fido's ANSI graphics might have set:
- \RC
-
- \\ Send first name, and when prompted, last name and password:
- \!{
- \WF[LAST name:]\@{
- \WF[:]Y{
- \WF[Password]\#{
-
-
- \DM[FIDO LOGON COMPLETE.]
-
-