LOGGING ON: Our next step will be to delve into the "Logon" process. This will be our first look at actually interacting with the BBS. First thing's first..let's look at a theoretical flowchart for getting logged in: LOGIN PROCESS ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ Yes ÚÄÄÄÄÄÄÄÄÄ¿ ³ Mailer Running? ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ>Send ESC ³ ÀÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÂÄÄÄÙ No ³<ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄvÄÄÄÄÄÄ¿ Yes ÚÄÄÄÄÄÄÄÄÄ¿ ³"More" Prompt?ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ>Send CR ³ ÀÄÄÄÄÄÄÄÂÄÄÄÄÄÄÙ<¿ ÀÄÄÄÄÂÄÄÄÄÙ No ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄvÄÄÄÄÄÄÄÄÄÄÄ¿ Yes ÚÄÄÄÄÄÄÄÄÄÄ¿ ³ First Name Prompt? ÃÄÄÄÄÄÄÄÄÄÄÄÄ>Send Fname³ ÀÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÂÄÄÄÙ ³<ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄvÄÄÄÄÄÄÄÄÄ¿ Yes ÚÄÄÄÄÄÄÄÄÄÄ¿ ³ Last Name Prompt?ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄ>Send Lname³ ÀÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÂÄÄÄÄÙ ³<ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄvÄÄÄÄÄÄÄÄÄÄÄ¿ Yes ÚÄÄÄÄÄÄÄÄÄÄ¿ ³ Password Prompt? ÃÄÄÄÄÄÄÄÄÄÄÄÄ´Send PWord³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÂÄÄÄÄÙ <ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ------------------- Note: The items in the blocks represent *examples* of things you might need to handle on a BBS. Each BBS will have its own requirements as far as "mailer" or "More prompt?" or "Read Bulletin?" prompt. There are likely to be other prompts you'll need to handle as well. Tailor your scripts for the boards you call. Continued in Lesson 5b.. Jim