What this program does.
It will create from 0 to ????? (I've used it to create 225 separate lists, one
for Each File Area) File Lists.
It produces a TEXT file with a 3 line Header and then starts with your selected
file areas. Each file area is separated by a header. See the Sample
file list "allfiles.bbs" in this zip file.

To Install: copy bpsFileList.wcx & bpsFileList.cfg to your Wildcat 5 Dir.
              EDIT the bpsFileList.CFG
To Run: "wcrun -r bpsFileList" or add it to a Menu
   Note! add it to your Events and run it Automatically Every day!

NOTE: This program will Run from the Command Line, Local or Dial Up Logins.
   It is MUCH Faster running from the Command Line!

What it does NOT do.
It Does NOT write to ANY file except the files YOU put in the bpsFileList.cfg
file. It READS your file database.

**NEW!  Jan 23, 1997 If run from the COMMAND line it will write a LOG
            file letting you KNOW what it did.
**NEW!  Dec 27, 1996 New Header! Line One Now has YOUR BBS Name!!

How it does it.
It reads a Configuration File CALLED bpsFileList.cfg, example follows
**************************************
C:\WC5\ALLFILES.BBS
YES
4
50
C:\WC5\CDFILES.BBS
YES
61
92
C:\WC5\ADULTCD.BBS
YES
100
138
****************************************
Line 1. The Name of the Output file to Create (254 Characters Max).
           NOTE: If no Path is given the File will be created in the
           WINDOWS TEMP Dir.!
Line 2. Create a New List?
           YES, Create a NEW List. 
           NO, If a list exists with the name given in Line 1,
              ADD to that List. If the file can not be found
              a NEW file is created.
Line 3. The First file area to output to this list.
Line 4. The Last file area to output to this list
  Continue line 1 through 4 for Each file you wish created!

This list can Contain as MANY file's as you wish! Each MUST have 4 Lines
and there can NOT be ANY blank lines!!! 

Line 2 Confusing? Here is some help.
 Suppose when you First set up Wildcat you decided to have 30 file areas.
 Later you Added a CD Rom for File areas 35-70.  Later you got 1000 Doom
 programs. So you created some Doom file areas, and you added some more for
 the Internet, and...  SO now your On-line file areas are 1-30 AND 75-105.
 By creating TWO file lists with the SAME Line 1, (set the First Line 2 to 
 YES) and the Second Line 2 to NO, the remaining On-line files will be on 
 the SAME list! Example:
******************************************
C:\WC5\ALLFILES.BBS
YES
1
30
C:\WC5\CDFILES.BBS
YES
35
70
C:\WC5\ALLFILES.BBS
NO
75
105
*******************************
This configuration would create 2 File lists. 
Allfiles.bbs would list file areas 1 through 30 AND file areas 75 to 105. 
Cdfiles.bbs would list areas 35-70.
