home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SLFLIST2.ZIP / SL-FLIST.CFG < prev    next >
Encoding:
Text File  |  1992-08-01  |  2.5 KB  |  70 lines

  1. ;
  2. ;
  3. ;     SL-FileList v.0.02 By Jason Ewert
  4. ;
  5. ;     -- Control File --
  6. ;     Use the following Options:
  7. ;
  8. ;
  9. ;     SysopName :       Sysops name for registration purposes
  10. ;     Registration :    Registration key...
  11. ;     NewDays :         Number of days defining "New" files... if
  12. ;                       this command is not used, New files are NOT
  13. ;                       displayed (by a * next to the date)
  14. ;     MinLevel :        Minimum access level for scanning directories
  15. ;     MaxLevel :        Maximum access level for scanning directories
  16. ;     ShowUploads :     Shows the number of times each file was downloaded.
  17. ;                       Requires NO parameter
  18. ;     ShortList         Uses only the first line of the description. If this
  19. ;                       is not included, it defaults to the full description,
  20. ;                       word-wrapped. Requires NO parameter
  21. ;
  22. ;
  23. ;     BBS Path          The location of your FILEDIR.SL2... (*MUST*
  24. ;                       include the trailing backslash.. for example:
  25. ;                       D:\BBS\
  26. ;
  27. ;     DIR file          If specified, which subboard DIR file to generate
  28. ;                       the list from (eg: D:\BBS\MAIN.DIR)
  29. ;
  30. ;     HeaderFile        Path and Filename of the header file. This file
  31. ;                       is displayed before the actual list. Lets you put
  32. ;                       in an ad for your BBS, information about the list,
  33. ;                       Magic Filenames for FREQ'ing.. etc...
  34. ;
  35. ;     Specialpath       SPECIAL headers for a SPECIFIC file directory may
  36. ;                       be accomplished by creating a file named:
  37. ;                       [Directoryname].TRN in this path. Path must include
  38. ;                       the backspace (Example: D:\BBS\)
  39. ;
  40. ;     MakeNewList       Specifies the filename for a New File List.. if this
  41. ;                       is not used, no New File list will be created..
  42. ;
  43. ;     ListName          Specifies the path/filename for the finished Listing
  44. ;
  45. ;     **TO USE THE ABOVE OPTIONS**
  46. ;
  47. ;     Place the options below, one per line. The only required command is
  48. ;     BBS Path and (either or both) ListName / MakeNewList
  49. ;
  50. ;     Call the file from the SLFLIST command line. For Example, I use:
  51. ;
  52. ;     SLFLIST.EXE slfile.cfg
  53. ;
  54. ;
  55. BBS Path D:\BBS\
  56. ListName D:\FILES\UPLOADS\TRNFILE.LST
  57. HeaderFile C:\QB\HEADER.TXT
  58. SpecialPath D:\BBS\
  59. DIR File D:\BBS\MAIN.DIR
  60.  
  61. SysopName Jason Ewert
  62. Registration 0
  63.  
  64. NewDays 7
  65.  
  66. MinLevel 0
  67. MaxLevel 200
  68.  
  69. MakeNewList D:\FILES\UPLOADS\TRNFILE.NEW
  70.