echo off
rem This is a SAMPLE BATCH FILE for starting INFOBOARD "PLACES"
rem
rem  The program (PLACES.EXE) has to be called with 3 parameters:
rem  1) The first parameter lets the program know what type of "Door
rem     System" file to expect.  You can set it to:
rem     WILDCAT for DOOR.SYS       type files or
rem     RBBS    for DORINFOx.DEF   type files.
rem     We use WILDCAT on our test PCBoard and it works fine.
rem  2) The second parameter is the path and name of the "Door System"
rem     file.
rem  3) The 3rd parameter is the path to the INFOBOARD programs and data
rem     (this directory).  This allows you to call the program from
rem     any directory.
rem
rem  For example, if you store the door in \pcb\door\infobrd\ and you create
rem  a DOOR.SYS file in path \pcb\, then the following 2 lines will work.
rem  Modify it as necessary.  Call 617-592-6675 for help.
rem ===================================================================
d:\pcb\doors\infobord\places WILDCAT d:\pcb\door.sys d:\pcb\doors\infobord\
board
rem ===================================================================
note the final '\' on the path name.  Also BBS's other than PCBOARD:
you'll probably have to rename this to INFOBORD.BAT and remove the
'board' command on the second line.
