home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / OPUS / OFAM_095.ZIP / SAMPLE.CFG < prev   
Encoding:
Text File  |  1991-07-13  |  6.6 KB  |  193 lines

  1. ; sample configuration file for Opus-FAM ver 0.95
  2. ;    search rules for the config file.
  3. ;    1. current directory
  4. ;    2. path in environment string "set opus-fam=d:\dir"
  5. ;    3. Optional command line switch -c d:\dir\opus-fam.cfg
  6. ;
  7. begin opus-fam
  8. ;
  9. ; The very first thing we have to know here is which version of Opus
  10. ; you are running. Three version are currently supported:
  11. ;Opus 1.03
  12. ;Opus 1.10
  13. Opus 1.70
  14. ;
  15. ; Define how you want your local video handled.
  16. ;
  17. local mono      ; User doesn't have color
  18. ; local color   ; User wants color locally
  19. ;
  20. ; local ANSI    ; Use ANSI.SYS driver for screen control
  21. ; local bios    ; Write through BIOS. Faster.
  22. local ibm       ; Write directly to metal. FAST, but must be compatible!
  23. ; If you're writing to the metal, you can also select the number
  24. ; lines for the display.
  25. ; (Will return to original state after use if you use these.)
  26. ;
  27. ; ega 43        ; Use 43 line mode with EGA/VGA
  28. ; ega 25        ; Use 25 line mode with EGA/VGA
  29. ;
  30. ;   For REMOTE operations!
  31. ;
  32. ; remote mono
  33. remote color
  34. ;
  35. remote ansi
  36. ; remote AVATAR
  37. ;
  38. ; Colors can be configured for the folowing items:
  39. ;
  40. menu-select yellow on blue    ; the selection character on menus
  41. menu-text cyan on black        ; the selection text on menus
  42. edit-line red on cyan        ; the line being edited
  43. status-bar white on green    ; status line functions
  44. ;
  45. ; you don't have to run Opus-FAM in the Opus home directory,
  46. ; but if you don't, you must tell Opus-FAM where the Opus
  47. ; home directory is.
  48. ;
  49. ;root <path>    designates the Opus home directory (where the
  50. ;        system??.dat files reside)
  51. ; The preferred method is to use the OPUS environment variable.
  52. ;
  53. ; For those of you with lan's, where you might want to run Opus-FAM
  54. ; from another node, use the assign statement to remap the server
  55. ; partition names to the partion names on your node.
  56. ;
  57. ;assign [x] = [y]
  58. ;        x is the drive designated in the system??.dat files
  59. ;        y is the drive to be remapped to
  60. ;    Note: up to 24 assign statements can be specified
  61. ;
  62. ;
  63. ; Define how you want others to have access to Opus-FAM functions.
  64. ;
  65. ; Defaults are: priv_kill       Assist privilege
  66. ;               priv_adopt      Assist privilege
  67. ;               priv_areas      Assist privilege
  68. ;               priv_rawdir     Assist privilege
  69. ;               priv_abandon    Assist privilege
  70. ;
  71. priv_kill    assist    ; user with "assist" privilege can kill files
  72. priv_area    extra    ; user with "extra" privilege can change areas
  73. priv_adopt    norm    ; user with "normal" privilege can adopt orphan files
  74. priv_rawdir    priv    ; "priviledge" user can do a Raw dir
  75. priv_abandon    assist    ; "assist" user can abandon files
  76. ;
  77. backup no    ; user wants the files.bbs copied to files.bak
  78. trim   no    ; trim looonnnggg description lines
  79. ;
  80. show_date    mm-dd-y
  81. ; show_date    no    ; don't display dates
  82. ; The default is mm-dd-yy.
  83. ; If you specify the month as 3 positions, the first 3 chars of the month
  84. ; will be used, i.e. mmm-dd-yy would show Jan-15-91. The year can be 4
  85. ; positions, i.e. dd/mm/yyyy would show 15/01/1991.
  86. ;
  87. ;
  88. ; If you specify a log file name, then all errors encountered during
  89. ; file list processing will be entered in the log. This feature is
  90. ; highly recommended when Opus-FAM is invoked from a batch file during
  91. ; automatic processing.
  92. ;
  93. ;log c:\opus\error.log
  94. ;
  95. ;
  96. ;
  97. ; Define the headers for the list. Up to three headers may be defined.
  98. ; headers are automatically centered, and may appear on the first
  99. ; page of the list file, each page, or not at all.
  100. ; Unless they are extremely long, they will work
  101. ; even for a sorted list, since the left margin where the file names
  102. ; normally appear will be spaces, and therefore sort first.
  103. ; The definitions stay intact (carry forward) for each file requested
  104. ; first we show the flexibility of generating different files lists, all
  105. ; from 1 invocation of Opus-FAM. In my nightly maintenance, I generate
  106. ; three file lists.
  107.  
  108. priv_list    sysop    ; only list areas below sysop level
  109.  
  110. HDR1 THE RANCH BBS
  111. HDR2 Phoenix Arizona
  112. HDR3 Master File List by Area
  113.  
  114. lpp 62        ; Lines per page (default is 62)
  115. column 80    ; page width (max is 136, default is 80)
  116.  
  117. print_date mm-dd-yy    ; controls wheter or not to print file dates
  118. ; print_date    no    ; don't print file dates
  119. ; The default is mm-dd-yy.
  120. ; If you specify the month as 3 positions, the first 3 chars of the month
  121. ; will be used, i.e. mmm-dd-yy would show Jan-15-91. The year can be 4
  122. ; positions, i.e. dd/mm/yyyy would show 15/01/1991.
  123. ;
  124. quiet yes    ; supress progress reports during the file list processing
  125. totals yes    ; print totals in the output file
  126.  
  127. sorted no    ; produce file by area (default)
  128.  
  129. ;    options to print headers
  130. ; headup once    ; on the first page of the output file,
  131. ;     page    ; on each page of the output file,
  132. ;     none    ; or no headers at all.
  133.  
  134. ;wrap yes    ; wrap long lines
  135. wrap no        ; truncate long lines
  136.  
  137. ;strip    yes    ; strip ANSI escape sequences
  138. strip no    ; converts to printable characters
  139.  
  140. comments yes    ; print file comments (has no affect if sort option selected)
  141. ;comments no    ; don't print any comments from the files.bbs
  142.  
  143. level sysop    ; Any lines marked with the AVATAR sequence "below ... don't
  144.         ; see rest of file" or "rest of line" will be skipped in the
  145.         ; list file (same as Opus F)iles command).
  146.  
  147. ; The above listed options carry forward for each report.
  148. ; AREA/XAREA need to be set for each report produced
  149. ; They are also mutually exclusive. Which means that you either
  150. ; specify the areas desired for the report, or you specify all areas
  151. ; EXCEPT those listed for that report.
  152. ;
  153. ;AREA 1 2 3 4 5 6 7 8
  154. XAREA 0 20 40 51 81 80 82
  155.  
  156. file d:\files\bbstext\ranch.lst        ; produce first report
  157.  
  158. ; Set up the parameters for the second report, which is a sorted file
  159. ; list. Opus-FAM doesn't do the actual sort since there are many excellent
  160. ; file sorters available. Here's the command line from my bat file
  161. ; sortf sortin.lst H:\file\f01\sorted.lst /+4,14 (for Opus 1.03)
  162. ; sortf sortin.lst H:\file\f01\sorted.lst /+5,15 (for Opus 1.10)
  163.  
  164. HDR3 Sorted Master File List
  165.  
  166. sorted        ; produce sorted file
  167. totals    no
  168. XAREA 0 50 51 99
  169.  
  170. file H:\temp\sortin.lst        ; produce second report
  171.  
  172. ; execute a dos command - note that the entire line is passed to %comspec%
  173. ; exec sortf H:\temp\sortin.lst H:\file\f01\sorted.lst /+4,14
  174.  
  175. ; The third report is my WOCCFILES. It contains just those file areas
  176. ; with BBS related files
  177.  
  178. HDR3 File List of BBS software only
  179. area 23 24 25 27
  180. sorted no
  181. totals    no
  182. file H:\temp\wocfiles.lst    ; produce third report
  183.  
  184. ; make a list of all the new files
  185. HDR3 Files newer than 14 days
  186. XAREA 0 50 51 99
  187. sorted no
  188. totals    no
  189. newfile H:\file\f01\newfiles.lst 14    ; produce fourth report
  190.  
  191. end opus-fam
  192. ; the end
  193.