These are the labels used in RUNFD.BAT to call the BBS.  I first of all
make sure the DOORS.TMP does not exist in the NWORK directory then call
the REPLYCHK program.  The /n= switch should be the directory that the
incoming messages are contained.  I use a directory other than my netmail
directory.  All incoming internet messages are placed in a /FD/INET
directory by a program called NETMGR.  You can use your netmail directory
and REPLYCHK will not touch your netmail messages.

If you have any questions, feel free to ask.

Greg


:local
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet 
call board.bat /f0/%4 /h /t9999
cd\fd
GOTO loop

:bbs14400 
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet 
call board.bat /f14400/ARQ /h 
cd\fd
GOTO loop

:bbs12000
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet    
call board.bat /f12000/ARQ /h /t%3
cd\fd
GOTO loop

:bbs9600
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet 
call board.bat /f9600/ARQ /h /t%3
cd\fd
GOTO loop

:bbs7200
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet 
call board.bat /f7200 /h /t%3
cd\fd
GOTO loop


:bbs4800 
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet 
call board.bat /f4800 /h /t%3
cd\fd
GOTO loop

:bbs2400 
cd\tribbs
if exist c:\tribbs\nwork\doors.tmp del c:\tribbs\nwork\doors.tmp
c:\inet\replychk.exe /n=c:\fd\inet 
call board.bat /f2400 /h /t%3
cd\fd
GOTO loop
