1/31/92

NEW TO FILE BRAIN
=================

You can now add a duplicate file check program, such as one that checks
files by CRC values.  Just run SETUP, then enter the name of the batch
file to the last option "DUPLICATE CHECKER Program."  If you do not
use this type of program, just enter NONE.

The name of the complete drive\path\filename of the file being tested will
passed as a parameter to the batch file as %1. You do not need to do it.

REM EXAMPLE: CRC.BAT

REM CHANGE TO TESTER'S DRIVE
D:
REM CHANGE TO TESTER'S DIRECTORY
CD \CRCTEST

REM RUN THE TESTER WITH %1 AS THE PASSED DRIVE\PATH\FILENAME.EXT OF TEST FILE
CRCTEST %1


If the program returns a DOS EXIT ERROR CODE other than 0, File Brain
will process the file as a duplicate, and either delete or move it
offline as indicated in the "OUTDATED Files" options box.

