home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / comfiles / ukbbgt_b.arj / QUICKBBS.SCR < prev    next >
Encoding:
Text File  |  1989-01-29  |  950 b   |  36 lines

  1. ;   ┌───────────────────────────────────────────────────┐
  2. ;   │  GT14xx script for logging on to QuickBBS boards  │
  3. ;   └───────────────────────────────────────────────────┘
  4. ;
  5. ;   Every answer is preceded with an escape character to get rid of line
  6. ;   noise and increase the chance of a succesful logon.
  7. ;
  8. ;   Makes use of "when" rather than "wait for" so that if the first try is
  9. ;   unsuccessful, it will automatically answer the second and subsequent
  10. ;   retries.
  11. ;
  12. ;   You must replace my name with your own. The Password will be picked
  13. ;   up automatically from the Dialling Directory entry.
  14. ;
  15. V27 = ""
  16. ;
  17. ;   make sure there is an ESC between the above quotes in case your editor
  18. ;   removes it
  19. ;
  20. V21 concat %27 "Terry Robertson|"
  21. ;
  22. beep
  23. capture
  24. when "name" then %21
  25. wait for "sword"
  26. case %FAIL of
  27.     TRUE
  28.         cycle
  29.     FALSE
  30.         send %27
  31.         function immediate "%P|"
  32.  
  33.     esac
  34. ;call ztalk
  35. quit
  36.