FSCAN - File Consistency Scanner

   FSCAN is a utility for checking the consistency of the files on
you disk, and warning you if any changes have occurred. An "INDEX"
file is maintained,  in which the size and CRC  of  all  files  is
recorded, allowing FSCAN to verify them at a later date.


The following options/commands may be given to FSCAN:

  +b      - Instructs FSCAN to keep a backup (.BAK) of
            the index file whenever it is updated.

  +d      - Instructs FSCAN to delete specified file
            records from the index file.

  i=name  - Specify an alternate index file.
            (Default is "\FSCAN.IDX")

  +l      - List the files records in the index file.

  +m      - Mark (update) the file records in the
            index file.

  -v      - Inhibit informational messages.

   Examples:

  fscan                   <== Check all files in index
  fscan \dos              <== Check only \dos\*.*
  fscan +m \dos           <== Record all files in \dos
  fscan +d *.TMP          <== Remove temporary files
  fscan +l                <== List files in index
  fscan +l \cmds\*.exe    <== List only .EXE file in \cmds
  fscan +m +b             <== Record and keep backup of index
