[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                           24.5 Same label

     @echo off
     rem            --- We end up here after every BBS call
     :loop

     C:
     CD \FD
     FD

     rem            --- Check errorlevels returned by the Mailer

     if errorlevel 200 goto bbsCALL
     if errorlevel 199 goto bbsCALL
     if errorlevel 198 goto bbsCALL
     if errorlevel 197 goto bbsCALL
     if errorlevel 100 goto mailIN
     if errorlevel  10 goto userBRK
     if errorlevel   1 goto FDerror

     :mailIN

     rem            --- Process possible echomail, etc.

     tosscan toss
     tsutil link -t
     goto loop

     :bbsCALL
     rem            --- Load DOBBS.BAT, created by the Mailer if
     rem                the "Create .BAT file" option is enabled.
     dobbs

     :userBRK
     cls
     @echo     User break.
     goto      done

     :FDerror
     @echo     Mailer returned an error (1-9)

     :done


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson