home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / jbtutor1.zip / LESSON5E.TXT < prev    next >
Text File  |  1993-09-19  |  810b  |  35 lines

  1.         Including the segments that were discussed throughout all
  2. lesssons, here's what the MAILRUN.MAC file would look like at this
  3. point:
  4.  
  5. {:MAILRUN}
  6.    {SETV tries,100}{SETV count,0}
  7.    {MARK example}
  8.  {:DIAL}
  9.    {DIAL-C,noconn}
  10.  {:LOGIN}
  11.    {CALO login,sendesc,Press <ESC> key}
  12.    {CALO login,send_cr,More?}
  13.    {LOOK first name?}  {SEND Jim|}
  14.    {LOOK last name?}   {SEND Bennett|}
  15.    {LOOK password?}    {SEND %_pas|}
  16. .
  17. . dots like these indicate the next piece does not have to follow
  18. . in sequence
  19. .
  20.  {:NOCONN}
  21.    {INCR count}
  22.    {COMP count,%tries}
  23.    {IFCO done,dial}
  24.  {:SENDESC}
  25.    {SEND ^[} {RETU}
  26.  {:SEND_CR}
  27.    {SEND |}  {RETU}
  28.  {:DONE}
  29.    {EXIT}
  30.  
  31. Next Lesson:  Taking advantage of SSLOok..
  32. Assignment:   Ask any questions you have on the material to date..
  33.  
  34. Jim
  35.