home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / adpt107f.arj / 3RDPARTY.ZIP / File / fList.Zip / fList.Doc next >
Encoding:
Text File  |  1996-02-18  |  2.8 KB  |  93 lines

  1. ///////////////////////////////////////////////////////////////////////////
  2. // fList - An "all-files" list creator for AdeptXBBS                     //
  3. //                                                                       //
  4. //                                                                       //
  5. ///////////////////////////////////////////////////////////////////////////
  6.  
  7. Command line parameters:
  8. ------------------------
  9.  
  10. /Ccfgfilename - Change the default configuration file name from fList.Cfg
  11.  
  12.                 Example:  /Cmybbs.cfg
  13.  
  14. /I            - Generate an IPF file.*
  15.  
  16. /?            - Short help screen.
  17.  
  18.  
  19. * A note about IPF:  IPF is a preprocessed text file suitable for compulation
  20. into OS/2's help file format INF.  There are several IPF compilers available
  21. including IPFC from IBM.
  22.  
  23.  
  24.  
  25. Configuration file key words:
  26. -----------------------------
  27.  
  28. BBSNAME xxx       - Where 'xxx' is your BBS name. 60 chars max.
  29.  
  30. INCLUDEAREAS xxx  - Where 'xxx' are Area numbers to include in this list.
  31.                     a sequence of areas my be specified using the following
  32.                     format:  xxx-xxx    For instance, if you wanted areas
  33.                     1 thru 10 in the list, you would say:
  34.  
  35.                     INCLUDEAREAS 1-10
  36.  
  37.                     Multiple sequences may be separated by commas.
  38.  
  39.                     INCLUDEAREAS 1-10,31-45,99
  40.  
  41.                     You can have up to 10240 included areas.
  42.  
  43. PREPENDFILE xxx   - Where 'xxx' is the name of a text file which should
  44.                     be at the top of the file list.
  45.  
  46. APPENDFILE xxx    - Where 'xxx' is the name of a text file which should
  47.                     be added to the bottom of the file list.
  48.  
  49. OUTFILE xxx       - Where 'xxx' is the name of the file list. Default
  50.                     is 'Files/AllFiles.List'
  51.  
  52. DATESORT          - Flag to tell the program to sort by date. Default is
  53.                     by filename.
  54.  
  55. REVERSESORT       - Flag to tell the program to sort in reverse order.
  56.                     May be combined with DATESORT to start your list with
  57.                     the most current files.
  58.  
  59.  
  60. Example configuration file:
  61.  
  62. ----[cut here]----
  63. BBSNAME The Abandoned Land
  64. INCLUDEAREAS 1-40,60-70,99
  65. DATESORT
  66. REVERSESORT
  67. ----[cut here]----
  68.  
  69. This example file includes file areas 1 thru 40, 60 thru 70, and 99, and
  70. is sorted in dated order with newest files first.
  71.  
  72.  
  73.  
  74. Doesn't work?  Cosmetic changes?  Let me know.
  75.  
  76.  
  77. John Morris
  78. ============
  79. BBS         The Abandoned Land 702-359-1138, 359-0629  V.Everything 28.8K
  80. Fidonet     1:213/760 or 761
  81. RBBS-Net    8:919/1 or 2
  82. CIS         71562,3235
  83. E-Mail      DoctorX@Sierra.Net
  84.  
  85. or
  86.  
  87. Chris Freeze
  88. ============
  89. E-Mail      phy10006@frank.mtsu.edu
  90. IRC         Betelgues on #Adept
  91. FidoNet     1:116/176.0@fidonet
  92.  
  93.