home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / bbs_oth / dlc_230.zip / DLC.CTL next >
Text File  |  1992-06-24  |  5KB  |  131 lines

  1. ; DLC v2.30 - Copyright (c) 1991, 1992 Robert Presland
  2.  
  3. ; Any line preceeded by a semi-colon (;) is a comment and will be ignored
  4. ; as well as any blank lines.
  5.  
  6. ;----------------------------------------------------------------------------
  7.  
  8. ; The 'BBSAreas' keyword specifies the Maximus control area which specifies
  9. ; the file area specifications.  This keyword is required.  You should
  10. ; always use fully qualified path names both in the FILEAREA.CTL file
  11. ; as well as in any configuration file!
  12.  
  13. BBSAreas C:\MAX\FILEAREA.CTL
  14.  
  15. ;----------------------------------------------------------------------------
  16.  
  17. ; The 'LogFile' keyword specifies that DLC should append to a log file
  18. ; including it's activity.  The absence of this keyword will result in
  19. ; no log being created.
  20.  
  21. LogFile C:\MAX\DLC.LOG
  22.  
  23. ;----------------------------------------------------------------------------
  24.  
  25. ; The 'LogLevel' keyword specifies how much information will be entered
  26. ; in the log file.  Default is Level 1
  27.  
  28. ;    Level 0     Begin and End messages, and file error messages
  29. ;    Level 1     Processing messages
  30. ;    Level 2     Missing entry messages
  31. ;    Level 3     All messages
  32.  
  33. LogLevel 3
  34.  
  35. ;----------------------------------------------------------------------------
  36.  
  37. ; The 'BBSLog' keyword specifies a Maximus log file to parse for downloads.
  38. ; This keyword is optional and if omitted, DLC will not update any counters.
  39.  
  40. BBSLog C:\MAX\MAX.LOG
  41.  
  42. ;----------------------------------------------------------------------------
  43.  
  44. ; The 'CounterStyle' keyword specifies which counter delimiter to use.
  45. ; If this keyword is omitted, then style 1 will be used.  The various
  46. ; styles are as follows:
  47. ;
  48. ;     Style 1 = [ ]   Style 2 = { }   Style 3 = ( )   Style 4 = < >
  49.  
  50. CounterStyle 1
  51.  
  52. ;----------------------------------------------------------------------------
  53.  
  54. ; The 'CounterLength' keyword tells DLC how many digits to use in the counter.
  55. ; If you specify 4, then there will be 4 characters between the delimiters.
  56. ; Numbers will NOT be zero padded however, they will be space padded on
  57. ; the left, ie. [   1].  The default is 4 characters.
  58.  
  59. ;CounterLength 3
  60.  
  61. ;----------------------------------------------------------------------------
  62.  
  63. ; The 'DownloadLog' keyword specifies that DLC should create a download
  64. ; log of all files downloaded (obtained from the BBSLog specification)
  65. ; in the form:
  66. ;
  67. ;     <name> <file> <protocol> <date> <time>
  68. ;
  69. ;     JOE_SYSOP FILENAME.EXT Z 01-NOV 12:34:56
  70.  
  71. ;DownloadLog C:\MAX\DL.LOG
  72.  
  73. ;----------------------------------------------------------------------------
  74.  
  75. ; The 'MailerLog' keyword specifies a FrontDoor or Binkley log
  76. ; file to parse for files that are sent, and will be treated as
  77. ; downloaded.
  78.  
  79. MailerLog C:\FD\FD.LOG
  80. ;MailerLog C:\BINKLEY\BINKLEY.LOG
  81. ;----------------------------------------------------------------------------
  82.  
  83. ; The 'IgnoreExt' keyword instructs DLC to ignore all files with the
  84. ; specified extension, that is they will not be viewed as downloaded.
  85. ; DLC knows enough to exclude the MO?, TU?, WE?, TH?, FR?, SA?, and
  86. ; SU? extensions, also the QW? extensions, as well as the standard 
  87. ; PKT extension.  You are allowed up to 60 extensions, do NOT include
  88. ; the dot when specifying extensions!
  89.  
  90. IgnoreExt TIC
  91. IgnoreExt RSP
  92. IgnoreExt OUT
  93. IgnoreExt CUT
  94. IgnoreExt REQ
  95. IgnoreExt FLE
  96. IgnoreExt DUT
  97. IgnoreExt HUT
  98. IgnoreExt RPT
  99.  
  100. ;----------------------------------------------------------------------------
  101.  
  102. ; The 'IgnoreFilesWithTic' keyword instructs DLC to ignore the file transfer
  103. ; that immediately preceeds the transfer of a TIC file.
  104.  
  105. IgnoreFilesWithTic
  106.  
  107. ;----------------------------------------------------------------------------
  108.  
  109. ; The 'AddOrphan' keyword instructs DLC to add to the FILES.BBS (or
  110. ; equivalent) any file that was downloaded from that area that is not
  111. ; listing in the file already.
  112.  
  113. ;AddOrphan
  114.  
  115. ;----------------------------------------------------------------------------
  116.  
  117. ; The 'SpaceForZero' keyword instructs DLC to use a space for a zero
  118. ; count instead of a zero.  That is, DLC will insert a [    ] instead
  119. ; of a [   0].  The default is to use a zero instead of a space.
  120.  
  121. ;SpaceForZero
  122.  
  123. ;----------------------------------------------------------------------------
  124.  
  125. ; The 'ZeroPadded' keyword instructs DLC to padd counters with zeros
  126. ; instead of spaces, ie. [0001] instead of [   1].  This is in effect
  127. ; when adding new counters and updating old ones.  The default is to
  128. ; pad with spaces.
  129.  
  130. ;ZeroPadded
  131.