home *** CD-ROM | disk | FTP | other *** search
- ;
- ;
- ; SL-FileList v.0.02 By Jason Ewert
- ;
- ; -- Control File --
- ; Use the following Options:
- ;
- ;
- ; SysopName : Sysops name for registration purposes
- ; Registration : Registration key...
- ; NewDays : Number of days defining "New" files... if
- ; this command is not used, New files are NOT
- ; displayed (by a * next to the date)
- ; MinLevel : Minimum access level for scanning directories
- ; MaxLevel : Maximum access level for scanning directories
- ; ShowUploads : Shows the number of times each file was downloaded.
- ; Requires NO parameter
- ; ShortList Uses only the first line of the description. If this
- ; is not included, it defaults to the full description,
- ; word-wrapped. Requires NO parameter
- ;
- ;
- ; BBS Path The location of your FILEDIR.SL2... (*MUST*
- ; include the trailing backslash.. for example:
- ; D:\BBS\
- ;
- ; DIR file If specified, which subboard DIR file to generate
- ; the list from (eg: D:\BBS\MAIN.DIR)
- ;
- ; HeaderFile Path and Filename of the header file. This file
- ; is displayed before the actual list. Lets you put
- ; in an ad for your BBS, information about the list,
- ; Magic Filenames for FREQ'ing.. etc...
- ;
- ; Specialpath SPECIAL headers for a SPECIFIC file directory may
- ; be accomplished by creating a file named:
- ; [Directoryname].TRN in this path. Path must include
- ; the backspace (Example: D:\BBS\)
- ;
- ; MakeNewList Specifies the filename for a New File List.. if this
- ; is not used, no New File list will be created..
- ;
- ; ListName Specifies the path/filename for the finished Listing
- ;
- ; **TO USE THE ABOVE OPTIONS**
- ;
- ; Place the options below, one per line. The only required command is
- ; BBS Path and (either or both) ListName / MakeNewList
- ;
- ; Call the file from the SLFLIST command line. For Example, I use:
- ;
- ; SLFLIST.EXE slfile.cfg
- ;
- ;
- BBS Path D:\BBS\
- ListName D:\FILES\UPLOADS\TRNFILE.LST
- HeaderFile C:\QB\HEADER.TXT
- SpecialPath D:\BBS\
- DIR File D:\BBS\MAIN.DIR
-
- SysopName Jason Ewert
- Registration 0
-
- NewDays 7
-
- MinLevel 0
- MaxLevel 200
-
- MakeNewList D:\FILES\UPLOADS\TRNFILE.NEW
-