        Including the segments that were discussed throughout all
lesssons, here's what the MAILRUN.MAC file would look like at this
point:

{:MAILRUN}
   {SETV tries,100}{SETV count,0}
   {MARK example}
 {:DIAL}
   {DIAL-C,noconn}
 {:LOGIN}
   {CALO login,sendesc,Press <ESC> key}
   {CALO login,send_cr,More?}
   {LOOK first name?}  {SEND Jim|}
   {LOOK last name?}   {SEND Bennett|}
   {LOOK password?}    {SEND %_pas|}
.
. dots like these indicate the next piece does not have to follow
. in sequence
.
 {:NOCONN}
   {INCR count}
   {COMP count,%tries}
   {IFCO done,dial}
 {:SENDESC}
   {SEND ^[} {RETU}
 {:SEND_CR}
   {SEND |}  {RETU}
 {:DONE}
   {EXIT}

Next Lesson:  Taking advantage of SSLOok..
Assignment:   Ask any questions you have on the material to date..

Jim
