home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////
- // fList - An "all-files" list creator for AdeptXBBS //
- // //
- // //
- ///////////////////////////////////////////////////////////////////////////
-
- Command line parameters:
- ------------------------
-
- /Ccfgfilename - Change the default configuration file name from fList.Cfg
-
- Example: /Cmybbs.cfg
-
- /I - Generate an IPF file.*
-
- /? - Short help screen.
-
-
- * A note about IPF: IPF is a preprocessed text file suitable for compulation
- into OS/2's help file format INF. There are several IPF compilers available
- including IPFC from IBM.
-
-
-
- Configuration file key words:
- -----------------------------
-
- BBSNAME xxx - Where 'xxx' is your BBS name. 60 chars max.
-
- INCLUDEAREAS xxx - Where 'xxx' are Area numbers to include in this list.
- a sequence of areas my be specified using the following
- format: xxx-xxx For instance, if you wanted areas
- 1 thru 10 in the list, you would say:
-
- INCLUDEAREAS 1-10
-
- Multiple sequences may be separated by commas.
-
- INCLUDEAREAS 1-10,31-45,99
-
- You can have up to 10240 included areas.
-
- PREPENDFILE xxx - Where 'xxx' is the name of a text file which should
- be at the top of the file list.
-
- APPENDFILE xxx - Where 'xxx' is the name of a text file which should
- be added to the bottom of the file list.
-
- OUTFILE xxx - Where 'xxx' is the name of the file list. Default
- is 'Files/AllFiles.List'
-
- DATESORT - Flag to tell the program to sort by date. Default is
- by filename.
-
- REVERSESORT - Flag to tell the program to sort in reverse order.
- May be combined with DATESORT to start your list with
- the most current files.
-
-
- Example configuration file:
-
- ----[cut here]----
- BBSNAME The Abandoned Land
- INCLUDEAREAS 1-40,60-70,99
- DATESORT
- REVERSESORT
- ----[cut here]----
-
- This example file includes file areas 1 thru 40, 60 thru 70, and 99, and
- is sorted in dated order with newest files first.
-
-
-
- Doesn't work? Cosmetic changes? Let me know.
-
-
- John Morris
- ============
- BBS The Abandoned Land 702-359-1138, 359-0629 V.Everything 28.8K
- Fidonet 1:213/760 or 761
- RBBS-Net 8:919/1 or 2
- CIS 71562,3235
- E-Mail DoctorX@Sierra.Net
-
- or
-
- Chris Freeze
- ============
- E-Mail phy10006@frank.mtsu.edu
- IRC Betelgues on #Adept
- FidoNet 1:116/176.0@fidonet
-
-