:*   The utilities OH! & Watchpup are not required, you may delete
:*   those lines from the batch file if you wish.
:*
:*   This batch file calls two other utils, OH! will put your modem
:*   on/off hook.  (filename OH!.ZIP on MMH-BBS)
:*
:*   Some internal modems require the OH command to be
:*   repeated 2-3 times for reliable response.
:*
:*   Watchpup is a carrier/HD activity monitor for rebooting a "hung"
:*   system.  (filename WATCHKIT.ZIP on MMH-BBS)
:*
:*   The dashes in quotes "-------" are where you MUST insert the
:*   name of the board you are calling, and the QWK/REP packets you
:*   will be picking up.
:*
:*   Edit the path and file names to match your system setup.
:*
:*   You can delete any or all lines that start with " :* ".
:*
:*   This batch file has been tested under MSDOS 4.01 & 5.0 & 6.0,
:*   and under OS/2 2/1 in virtual DOS mode.
:*
:*
:*   ....Section.1................................................
:*
cls
echo off
watchpup off
oh! 1
:*           ERASE OLD MAIL BULLETIN
del c:\tribbs\display\bullet22.bbs
:*                    ^^^^^^^^^^^^- change this or delete the whole line
cd \tribbs\trinet
if not exist -------.qwk goto TOP
trinet import -------
del -------.qwk
:*
:*   ....Section.2................................................
:*
:TOP
trinet export -------
if exist -------.rep goto START
cd \tribbs\mwork
echo           ----------------------------------   >> callers.log
echo                  no reply to -------            >> callers.log
echo           ----------------------------------   >> callers.log
:*
:*   ....Section.3................................................
:*
:START
cd \qmod
oh! 1x
qmodem /S=MAIL-1.SCR
OH! 1
if exist C:\tribbs\trinet\-------.qwk goto IMPORT
cd \tribbs\mwork
echo           ----------------------------------   >> callers.log
echo           ERROR in mail run D/L from -------    >> callers.log
echo             no QWK packet found/downloaded      >> callers.log
echo           ----------------------------------   >> callers.log
goto BYE
:*
:*   ....Section.4................................................
:*
:IMPORT
cd C:\tribbs\trinet
trinet import -------
del C:\tribbs\trinet\-------.qwk
cd \tribbs\mwork
echo           ----------------------------------   >> callers.log
echo             Mail run to ------- complete        >> callers.log
echo           ----------------------------------   >> callers.log
:*
:*   ....Section.5................................................
:*
:BYE
cd \tribbs\trinet
oh! 1x
type  -------.blt >> c:\tribbs\mwork\callers.log
:*                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^- copy trinet blt to log.
type -------.blt >> c:\tribbs\display\bullet22.bbs
:*                  ^^^^^^^^^^^^^^^^^^-path & name of nightly mail bulletin
del -------.blt
cd \tribbs
board
