REM  The 1st parameter must be the system file.
REM
REM  The 2nd parameter is optional.  It is used to point to the
REM  callers results file.  This is the only file in this program
REM  that is ever gets changed/updated/written to.
REM
REM  You should set this parameter to a drive path that is
REM  located on the server if you are running a network and for
REM  some reason you have the MB-DOOR program installed on the
REM  local hard drive instead of off the server.
REM
REM  Below is an example of how the MB-DOOR program is called up.
REM
REM      MB-DOOR C:\PCB\PCBOARD.SYS H:\DOOR\MB-CALL.DAT
REM
REM  MB-DOOR will work using either PCBOARD.SYS, DOOR.SYS or
REM  CALLINFO.BBS.
REM
REM  Modify this file to bring up the program for whichever BBS
REM  you are running, and remove the REM statements.

REM --------  FOR PCBOARD.SYS & PCBOARD SYSTEMS -----------------

c:
cd \pcb\doors\MB-DOOR
MB-DOOR c:\pcb\pcboard.sys
c:
cd \pcb
board

REM --------  OR FOR DOOR.SYS & GAP SYSTEMS ---------------------

c:
cd \pcb\doors\MB-DOOR
MB-DOOR c:\pcb\door.sys
c:
cd \pcb
board

REM --------  OR  FOR WILDCAT Systems ---------------------------

c:
cd \wc\doors\MB-DOOR
MB-DOOR c:\wc\callinfo.bbs
c:
cd \wc
wildcat!
