home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / fm2_025b.zip / FMASTER2.CFG < prev    next >
Text File  |  1995-09-06  |  2KB  |  108 lines

  1. ;
  2. ; File Master/2 version 0.25ß
  3. ; Copyright 1995 by Alexander Erné - All rights reserved
  4. ; Support via SEXES - 3120-6900028 - FidoNet 2:280/230
  5. ;
  6. ;-----------------------------------------------------------------------------
  7. ;
  8. ; The LoraConfig line points to the main configuration file, including the
  9. ; complete path.
  10. ; Default: C:\LORA\CONFIG.DAT
  11. ;
  12.  
  13. LoraConfig C:\BBS\CONFIG.DAT
  14.  
  15. ;
  16. ; Color configuration of File Master/2.
  17. ;
  18. ; The first numeric value holds the foreground color, the second numeric
  19. ; value holds the background color.
  20. ;
  21. ; Color codes used are:
  22. ;       0 - Black
  23. ;       1 - Blue
  24. ;       2 - Green
  25. ;       3 - Cyan
  26. ;       4 - Red
  27. ;       5 - Magenta
  28. ;       6 - Brown
  29. ;       7 - Light gray
  30. ;       8 - Dark gray
  31. ;       9 - Light blue
  32. ;      10 - Light green
  33. ;      11 - Light cyan
  34. ;      12 - Light red
  35. ;      13 - Light magenta
  36. ;      14 - Yellow
  37. ;      15 - White
  38. ; The background color can only be 0 tru 7.
  39. ;
  40. ; Default settings of File Master/2:
  41. ;   DefaultColor 11 1
  42. ;   BarColor     14 3
  43. ;   PopupColor   15 4
  44. ;
  45.  
  46. DefaultColor 11 1
  47. BarColor     14 3
  48. PopupColor   15 4
  49.  
  50. ;
  51. ; File description when no description is entered.
  52. ; Default: <No description available>
  53. ;
  54.  
  55. NoDesc <No description available>
  56.  
  57. ;
  58. ; Show Avatar codes on the screen (Yes or No)
  59. ; Default value is Yes
  60. ; This option is *NOT* used in the editor.
  61. ;
  62.  
  63. ShowAvatar No
  64.  
  65. ;
  66. ; Compression types used, followed by the executable.
  67. ;
  68.  
  69. ZIP ZIP.EXE
  70. unZIP UNZIP.EXE
  71. ARJ ARJ.EXE
  72. RAR RAR2.EXE
  73. LZH LH2.EXE
  74.  
  75. ;
  76. ; User defined compression shell.
  77. ; The program mentioned has to be in the PATH. If the program is can't
  78. ; in the PATH, the complete PATH of the program must be added.
  79. ;
  80.  
  81. ArchiveShell RAR2.EXE
  82.  
  83. ;
  84. ; External JPG viewer.
  85. ;
  86.  
  87. JPG-View C:\QPEG\QPEG.EXE
  88.  
  89. ;
  90. ;-----------------------------------------------------------------------------
  91. ;
  92. ; Data needed for command-line processing
  93. ;
  94. ;-----------------------------------------------------------------------------
  95. ;
  96. ; Maximum level of file-area to be processed
  97. ;
  98.  
  99. MaxLevel Extra
  100.  
  101. ;
  102. ; All-files listing options
  103. ;
  104.  
  105. AllFilesList D:\FF\ALLFILES.TXT
  106. NewFilesList D:\FF\NEWFILES.TXT
  107. NewFilesDays 30
  108.