This is a very short batch file to run MasterMind on a PCBoard.  Note
that the score.mm file was not copied to a bulletin.  This should be
added by the sysop.

1    echo off
2    C:
3    cd\
4    cd\doors\m-mind
5    mm C:\pcb\pcboard.sys adopt
6    C:
7    cd\pcb
8    board



This is a batch file used to run the MasterMind door on a very
non-standard PCBoard.

1    echo off
2    C:
3    cd\
4    cd\doors\m-mind
5    copy C:\pcb\pcboard.sys C:\doors\m-mind\pcboard.sys
6    mm pcboard.sys
7    REM  cls-scr.$$$ is an ANSI file that will clear screen.
8    REM  this clears the local screen.
9    type C:\doors\m-mind\cls-scr.$$$
10   REM  this will clear the remote screen.
11   copy C:\doors\m-mind\cls-scr.$$$ com1
12   REM  this displays the "scoreboard" on the local screen.
13   type C:\doors\m-mind\score.mm
14   REM  this will display the "scoreboard" on the and remote screen.
15   copy C:\doors\m-mind\score.mm com1
16   C:
17   cd\pcb
18   if exist event.bat event
19   board

Lines 1 thru 6 actually run the game.  Missing here is a line to copy
the pcboard.sys file back to its original location.  This is necessary,
on PCBoards, as the board reads the info from the file upon closing the 
door.  In certain high scoring situations, the game issues a chat credit
to the player, and this is how PCBoard finds that chat credit.

Lines 7 thru 15 display the score file at the end of the game.  This is not
necessary, but this sysop choose to do it here, as well as in the bulletins.
Note that the file cls-scr.$$$ is not supplied with this door, but is a
simple file containing the following:  "ESC[2J"   This is simply the
ANSI escape code to clear the screen.  Don't include the quotes.

Lines 16 thru 19 check for the event and return to the board.  Please keep 
in mind that this is a very non-standard method of calling the door.




------------------------------------------------------------------------


This second file was used to run MasterMind on a Wildcat! board.

cd\wildcat\doors\mm
mm c:\wildcat\callinfo.bbs
copy score.mm c:\wildcat\bull
cd\wildcat\bull
del bull16.bbs
ren score.mm bull16.bbs
cd\wildcat
cat

This is a second version of the first Wildcat! file, but modified
to keep from changing the directory.

cd\wildcat\doors\mm
mm c:\wildcat\callinfo.bbs
copy score.mm c:\wildcat\bull
del c:\wildcat\bull\bull16.bbs
ren c:\wildcat\bull\score.mm bull16.bbs
cd\wildcat
cat
------------------------------------------------------------------------
This is a batch file used on a GAP board.

@ECHO OFF
c:
cd\up\mm
mm d:\gap\door.sys
D:
CD\GAP
GAP
------------------------------------------------------------------------
This is a batch file used on a multi-node Wildcat! board which uses
Livecat to manage the doors.

cd\wildcat\door\mm
copy c:\wildcat\callinfo.bbs c:\wildcat\door\mm
mm callinfo.bbs

------------------------------------------------------------------------
This file is not copyrighted.  Please feel free to use any portion of
this file as you see fit.  If you have created a batch file which difers
significantly from the above, please feel free to send me a copy of the
batch file at CSW or Elfstone, or mail me a copy at either of the addresses
in the sysop.doc file.
 
Thanks for your support.

Tom Wade
