home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / FLMD124.ZIP / FLM.CFG < prev    next >
Text File  |  1993-09-04  |  4KB  |  75 lines

  1. ;*****************************************************************************
  2. ;*                                                                           *
  3. ;*               (C) Copyright 1992-1993  by Alberto Pasquale                *
  4. ;*                                                                           *
  5. ;*                   A L L   R I G H T S   R E S E R V E D                   *
  6. ;*                                                                           *
  7. ;*****************************************************************************
  8. ;*                                                                           *
  9. ;*   How to contact the author:  Alberto Pasquale                            *
  10. ;*                               Viale Verdi 106                             *
  11. ;*                               41100 Modena                                *
  12. ;*                               Italy                                       *
  13. ;*                                                                           *
  14. ;*   2:332/524@fidonet.org +39-59-581127 V32/HST, Mail Only (No BBS)         *
  15. ;*   2:332/504@fidonet.org +39-59-450600 V32bis                              *
  16. ;*   2:332/511@fidonet.org +39-59-450643 V22bis                              *
  17. ;*                                                                           *
  18. ;*****************************************************************************
  19. ;
  20. ;
  21. ;                       Sample FLM 1.24 Control file
  22. ;
  23. ;
  24. ;                              GLOBAL KEYWORDS
  25. ;
  26.  
  27. StatusLog c:\max\bt.log       ; Binkley Style Log-File
  28. MaxPrm c:\max\max.prm         ; Maximus .PRM file to get info from
  29. Adopt *                       ; Adopt in all areas
  30. ;NoAdopt CD*                  ; Exclude CD-ROM areas
  31. RemMis *                      ; Remove descriptions of missing files in all areas
  32. ;NoRemMis CD*                 ; Exclude CD-ROM areas
  33.  
  34. ;WrapCol 31 79                ; When not commented out, file descriptions
  35.                               ; are word wrapped and aligned between the
  36.                               ; 31st and 79th column.
  37.                               ; Both the parameters are optional and default
  38.                               ; to 0 and 79 respectively.
  39.  
  40. AdoptExclude FILES.*          ; Exclude FILES.* from adoption
  41.  
  42.  
  43. ;
  44. ;                     LOCAL KEYWORDS in various sets
  45. ;
  46. ;                       First Set of output files
  47. ;
  48.  
  49. ListPriv Favored              ; List areas available to Favored
  50. ;ListPriv Favored/1A          ; List areas available to Favored with 1 & A keys.
  51. ListAreas *                   ; List All areas (available to ListPriv)
  52. NoListAreas WIN*              ; Do not list areas whose name begins with WIN
  53. ;WrapCol 31 131               ; Local override to the global WrapCol setting
  54. NewDays 30                    ; NewFiles contains files newer than NewDays
  55. NewHeader c:\max\newhead.txt  ; Header for new-file list
  56. NewFiles c:\max\filelist.new  ; Output file for new-file list
  57. AllHeader c:\max\allhead.txt  ; Header for file list
  58. AllFiles c:\max\filelist.txt  ; Output file for file list
  59. OkHeader c:\max\okhead.lst    ; Header for OkFile
  60. OkFile c:\max\okfile.lst      ; Output file for Okfile
  61. OkMaxFiles                    ; Use MaxFiles.Idx (BT 2.55 or greater) instead of
  62.                               ; area pathnames
  63. MagicFile c:\max\magic.lst    ; List of magics
  64.  
  65. ;                /* Second Set of output files */
  66.  
  67. ListPriv Extra                ; List areas available to Extra
  68. ListAreas WIN*                ; List areas whose name begins with WIN
  69. NewDays 30                    ; Days for new-file list
  70. NewHeader c:\max\newhead.txt  ; Header for new-file list
  71. NewFiles c:\max\win.new       ; Output file for new-file list
  72. AllHeader c:\max\allhead.txt  ; Header for file list
  73. AllFiles c:\max\win.txt       ; Output file for file list
  74. ;
  75.