home *** CD-ROM | disk | FTP | other *** search
- ; ┌───────────────────────────────────────────────────┐
- ; │ GT14xx script for logging on to QuickBBS boards │
- ; └───────────────────────────────────────────────────┘
- ;
- ; Every answer is preceded with an escape character to get rid of line
- ; noise and increase the chance of a succesful logon.
- ;
- ; Makes use of "when" rather than "wait for" so that if the first try is
- ; unsuccessful, it will automatically answer the second and subsequent
- ; retries.
- ;
- ; You must replace my name with your own. The Password will be picked
- ; up automatically from the Dialling Directory entry.
- ;
- V27 = ""
- ;
- ; make sure there is an ESC between the above quotes in case your editor
- ; removes it
- ;
- V21 concat %27 "Terry Robertson|"
- ;
- beep
- capture
- when "name" then %21
- wait for "sword"
- case %FAIL of
- TRUE
- cycle
- FALSE
- send %27
- function immediate "%P|"
-
- esac
- ;call ztalk
- quit
-