BFSMake:
     AdeptXBBS does not support Files.BBS directly, but does provide a tool
     to import them into the AdeptXBBS FileBase. There are several problems 
     with the Files.BBS format that make even converting them difficult.  
     There are several different 'standard formats' for the Files.BBS and
     there is absolutely nothing that can be done to automatically  
     distinguish these formats from each other.

     BFSMake supports the four most common Files.BBS formats.  Use the /4
     command line switch for formats #1 or #2, and the /2 switch (default)
     for formats #3 or #4.  BFSMake will automatically strip the pipe '|' 
     character from format #1 file descriptions.  Filenames are limited to
     30 characters in length (a filebase restriction) and multi-line 
     descriptions are limited to a maximum of 20 lines for a total of 4096 
     bytes.

     Format #1:
     -- Begin Sample Files.BBS Format #1 --
     FILENAME.EXT ########  ##-##-##  First line of description to 80 chars
                                    | second line begins after the pipe.
                                    | This is the format used by the PCBoard
                                    | DIR## lists.
     NEXTFILE.EXT ########  ##-##-##  Once again description begins here
                                    | and continues here.
     -- End Sample Files.BBS Format #1 --

     Format #2:
     -- Begin Sample Files.BBS Format #2 --
     FIRSTFIL.EXT ########  ##-##-##  The whole description on ONE line and
                                      .. can go on for 255 characters.
                                      BFSMake will support one line
                                      descriptions up to 512 characters.
     -- End Sample Files.BBS Format #2 --

     Format #3:
     -- Begin Sample Files.BBS Format #3 --
     FILENAME.EXT First line of description to 512 chars.
     FILE1.EXT First line of description to 512 chars.
     -- End Sample Files.BBS Format #3 --

     Format #4:
     -- Begin Sample Files.BBS Format #4 --
     FILENAME.EXT First line of description to 512 chars.
      Second line of description to 512 chars.
      Third line of description to 512 chars.
     FILE1.EXT First line of description to 512 chars.
      Second line of description to 512 chars.
      Third line of description to 512 chars.
     -- End Sample Files.BBS Format #4 --

     Several new features of BFSMake make it well suited to systems that
     have one or more CD-ROMs online.  Description files (Files.BBS, 
     00_index.txt or 00index.txt) can be copied from a file area to 
     directory \Adept\File.Areas. The description file in File.Areas must 
     be renamed to area_num.BBS, where area_num is the number of the file 
     area in the File_Areas configuration file. The area_num.BBS file can
     then be edited if desired.
          
     BFSMake is run from the \Adept subdirectory.  It will read your
     File_Areas file.  It will then proceed on a two pass system.  On the
     first pass it will scan EVERY directory in the File_Areas list and
     import all the file names in every directory into an index.  On the
     second pass it will start with the first file area and look in
     directory \Adept\File.Areas for an area_num.BBS file.  If not found,
     the file area directory is searched in order for a Files.BBS,
     00_index.txt or 00index.txt file. The selected description file is
     searched from top to bottom for the file names at which time the
     file description is matched to the index created on the first pass.   

     All file areas need to be configured in the File_Areas file in
     order for BFSMake to be able to find them and import the file lists.

