
Lesson #19c -- Explanation for Lesson 18b (cont)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------  LOGIN ------------------------------
1:      {SSLO esc_r,%esc_p}
2:      {SSLO anykey_r,%anykey_p}
3:      {LOOK first name}{SEND jim|}
4:      {LOOK last name}{SEND bennett|}
5:      {LOOK password}{SEND %_pas|}

#1:  Reacts to front-end mailer if specified "press esc" prompt
     appears.
#2:  Reacts to "press key to continue" if that prompt appears before
     login prompts
#3 - #5:  Logs us into the BBS by sending first name, last name, and
          password.  If you use different names on BBSs, then you
          could include a "fname" and/or "lname" variable in your
          BBS config file.  You could then {SEND %fname}, {SEND
          %lname} in response to the login prompt.  This technique
          works well if any BBSs you call allow aliases (and you've
          chosen to logon those BBSs with an alias)

Explanation continues in Lesson 19d

Jim
