How to use Brainex Doors with the IM DigiBoard
==============================================
The included batch files will only work with Brainex Doors
dated 12/01/93 or later.

You will need to follow these steps!

1. Install the DIGIBOARD FOSSIL DRIVER 
   -----------------------------------  
     Read the included file DIGFOS.DOC, and follow the installation
     instructions.

2. Install CEXYZ as your external download program. This will replace
   DSZ or GSZ (which currently do not support the fossil driver)
   ----------------------------------------------------------------  
     Read CEXYZ.DOC for details on using CEXYZ.   
     
     Copy:
     
     CEXYZ.EXE to your BRAINEX directory.

     Replace: 
     
     EXTS1.BAT
     EXTSX.BAT
     EXTSY.BAT
     EXTSZ.BAT
     
     If present, also replace:

     EXTR1.BAT
     EXTRX.BAT
     EXTRY.BAT
     EXTRZ.BAT

     These BAT files are located in your BRAINEX directory.
     
     CEXYZ does not support Xmodem 1K-G. 
     
     You will need to edit the BRAINEX.INI file.
     You can use an ASCII text editor to edit BRAINEX.INI.
     Do not remove any option lines!  To remove a protocol, just end 
     the option line after the = character.  You can also use the
     BRAINSET program to edit transfer protocols.

     Your [EXTERNAL PROTOCOL] section should look something like this:

[EXTERNAL PROTOCOLS]
protocol type=Xmodem CRC
protocol menu letter=X
protocol batchname=C:\BRAINEX\EXTSX.BAT
protocol type=Xmodem 1K
protocol menu letter=1
protocol batchname=C:\BRAINEX\EXTS1.BAT
protocol type=Ymodem-G
protocol menu letter=Y
protocol batchname=C:\BRAINEX\EXTSY.BAT
protocol type=Zmodem
protocol menu letter=Z
protocol batchname=C:\BRAINEX\EXTSZ.BAT
protocol type=
protocol menu letter=
protocol batchname=
protocol type=
protocol menu letter=
protocol batchname=
protocol type=
protocol menu letter=
protocol batchname=
protocol type=
protocol menu letter=
protocol batchname=
protocol type=
protocol menu letter=
protocol batchname=

3. Use BRAINSET to enable the FOSSIL for each node, or edit the
   BRAINEX.INI file with any text editor to enable FOSSIL.
   -----------------------------------------
   Example:
   node1 fossil=ON
   
   FOSSIL is supported by Brainex Doors dated after 1/28/92.

CEXYZ is shareware, and may require addtional registration
fees from the author!   

Included in DIGIBORD.ZIP is a version of DigiFossil 2.

Simply replace your old copies of DF.EXE and DFTSR with this new version.
Note that this version uses a DIFFERENT command line than older version
of DF.EXE.

This version of DF is now FREE to all users.

Sample ROMBRAIN batch file:

@ECHO OFF
DF FOSSIL
ROMBRAIN NODE=1
DF DIGI

NOTICE:
Please be sure the following statements are present in your AUTOEXEC.BAT
file:

SET DSZLOG=XX
SET TEMPDSZ=XX

You may get an "out of environment error" if these set statements are
not included.
