home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;* *
- ;* (C) Copyright 1992-1993 by Alberto Pasquale *
- ;* *
- ;* A L L R I G H T S R E S E R V E D *
- ;* *
- ;*****************************************************************************
- ;* *
- ;* How to contact the author: Alberto Pasquale *
- ;* Viale Verdi 106 *
- ;* 41100 Modena *
- ;* Italy *
- ;* *
- ;* 2:332/524@fidonet.org +39-59-581127 V32/HST, Mail Only (No BBS) *
- ;* 2:332/504@fidonet.org +39-59-450600 V32bis *
- ;* 2:332/511@fidonet.org +39-59-450643 V22bis *
- ;* *
- ;*****************************************************************************
- ;
- ;
- ; Sample FLM 1.24 Control file
- ;
- ;
- ; GLOBAL KEYWORDS
- ;
-
- StatusLog c:\max\bt.log ; Binkley Style Log-File
- MaxPrm c:\max\max.prm ; Maximus .PRM file to get info from
- Adopt * ; Adopt in all areas
- ;NoAdopt CD* ; Exclude CD-ROM areas
- RemMis * ; Remove descriptions of missing files in all areas
- ;NoRemMis CD* ; Exclude CD-ROM areas
-
- ;WrapCol 31 79 ; When not commented out, file descriptions
- ; are word wrapped and aligned between the
- ; 31st and 79th column.
- ; Both the parameters are optional and default
- ; to 0 and 79 respectively.
-
- AdoptExclude FILES.* ; Exclude FILES.* from adoption
-
-
- ;
- ; LOCAL KEYWORDS in various sets
- ;
- ; First Set of output files
- ;
-
- ListPriv Favored ; List areas available to Favored
- ;ListPriv Favored/1A ; List areas available to Favored with 1 & A keys.
- ListAreas * ; List All areas (available to ListPriv)
- NoListAreas WIN* ; Do not list areas whose name begins with WIN
- ;WrapCol 31 131 ; Local override to the global WrapCol setting
- NewDays 30 ; NewFiles contains files newer than NewDays
- NewHeader c:\max\newhead.txt ; Header for new-file list
- NewFiles c:\max\filelist.new ; Output file for new-file list
- AllHeader c:\max\allhead.txt ; Header for file list
- AllFiles c:\max\filelist.txt ; Output file for file list
- OkHeader c:\max\okhead.lst ; Header for OkFile
- OkFile c:\max\okfile.lst ; Output file for Okfile
- OkMaxFiles ; Use MaxFiles.Idx (BT 2.55 or greater) instead of
- ; area pathnames
- MagicFile c:\max\magic.lst ; List of magics
-
- ; /* Second Set of output files */
-
- ListPriv Extra ; List areas available to Extra
- ListAreas WIN* ; List areas whose name begins with WIN
- NewDays 30 ; Days for new-file list
- NewHeader c:\max\newhead.txt ; Header for new-file list
- NewFiles c:\max\win.new ; Output file for new-file list
- AllHeader c:\max\allhead.txt ; Header for file list
- AllFiles c:\max\win.txt ; Output file for file list
- ;
-