home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MAXIMUS / MAXFIL24.ZIP / MAXFILE.CFG < prev    next >
Text File  |  1993-12-29  |  5KB  |  156 lines

  1. ; This is where your registration key goes.  If you have no
  2. ; registration key, just put in anything.  The program will simply
  3. ; display an unregistered at the program start and pause for a couple
  4. ; of seconds
  5.  
  6. KEY 0
  7.  
  8. ;location of the fbp.exe (fb.exe) utility.
  9.  
  10. fbp            d:\max\fbp.exe
  11.  
  12. ;Your max directory
  13.  
  14. maxdir            d:\max
  15.  
  16. ; Location of a temporary directory where work can be done
  17. ; (re-archiving files, virus scanning...).  The environment variable
  18. ; TMP is first used. If it is not defined, then this directory will be
  19. ; used.  If that is not defined, subdirectories will be made beneath
  20. ; the directory from which MaxFile/2 was executed.
  21.  
  22. TempDir d:\temp
  23.  
  24. ;location of the area.bbs
  25.  
  26. area.bbs            d:\max\area.dat
  27.  
  28. ;defaults for displaying file date and size
  29.  
  30. Date            yes
  31. size            yes
  32.  
  33. ; areas with which window1 and window 2 will open
  34. ; The numbers come from the area.dat.  If you are not sure, it will
  35. ; default to areas 0 and 1.  Then chose "a" from the main window and
  36. ; select your areas.  The number from those areas can be inserted
  37. ; here.
  38.  
  39. Window1area 0
  40. Window2area 35
  41.  
  42. ; Command for viewing GIF files.  It is assumed that the .GIF is taken
  43. ; as argument 1 of the commandline
  44.  
  45. GIF joeview
  46.  
  47. ; Command for viewing JPG files.  It is assumed that the .JPG is taken
  48. ; as argument 1 of the commandline
  49.  
  50. JPG joeview
  51.  
  52. ; Command for viewing BMP files.  It is assumed that the .BMP is taken
  53. ; as argument 1 of the commandline
  54.  
  55. bmp joeview
  56.  
  57. ; The following keyword determines the priority level of the
  58. ; re-archiver.  If it is set to YES, the priority of the re-archiving
  59. ; is set to Idle, delta 1.  If it is set to NO, the priority of the
  60. ; re-archiving is set to Normal, delta 0.  The default is YES
  61.  
  62. LowPriRearchive YES
  63.  
  64. ; When adopting files, you can define here the description that you
  65. ; want given to the files.  If you do not give one, a default
  66. ; description will be given for you
  67.  
  68. DefDescription I don't know what this file is
  69.  
  70. ; An External virus scanner can be used.  The expected format for this
  71. ; command is that the scanner is run, taking a directory on the
  72. ; command line and all files in that directory will be scanned.  The
  73. ; return code is expected to be 0 if no virii are found and non-zero
  74. ; otherwise.  The example here is for Ann Mcafee's oscan.exe.  The
  75. ; scanner is run in a separate session so you can watch it's progress.
  76.  
  77. VirusCheck os2scan.exe /nopause /report c:\cprog\maxfile\virscan.log
  78.  
  79. ;  All archivers are assumed to take the first argument as the
  80. ;  archive and the following as the files to be added (for archiving)
  81. ;  This should work for most of you.  I am not sure if DOS archivers
  82. ;  will work.  If you use one, let me know of your success or lack
  83. ;  thereof.
  84.  
  85. ;commands for archiving .zip files
  86.  
  87. zip_extract   unzip -x -o -U
  88. zip_add       zip -9 -r
  89. zip_list      unzip -v
  90. zip_test      unzip -t
  91.  
  92. ;commands for archiving .arj files
  93.  
  94. arj_extract   unarj e
  95. arj_add
  96. arj_list      unarj l
  97. arj_test      unarj t
  98.  
  99. ;commands for archiving .lzh files
  100.  
  101. lh_extract         lh x
  102. lh_add             lh a
  103. lh_list            lh l
  104. lh_test            lh t
  105.  
  106. ;Commands for archiving .arc files
  107.  
  108. arc_extract   arc x
  109. arc_add       arc a
  110. arc_list      arc l
  111. arc_test      arc v
  112.  
  113. ;The following key word describes whether or not to touch (update the
  114. ;filedates on any files that are adopted.  Choice of YES or NO.
  115.  
  116. touch_adoptee YES
  117.  
  118. ; The following config variable describes whether or not to
  119. ; automatically adopt orphans when reading in a new file list.
  120. ; The default is no.  If it is yes, then whenever the area for a
  121. ; window is changed, all orphans are adopted.
  122.  
  123. AutoAdopt NO
  124.  
  125. ;File extensions to adopt.  Maximum of 15, (three characters only!!!)
  126.  
  127. adopt            zip
  128. adopt            txt
  129. adopt            cmd
  130. adopt            lzh
  131. adopt            arc
  132. adopt            arj
  133. adopt            exe
  134. adopt            bmp
  135. adopt            jpg
  136. adopt            gif
  137.  
  138.  
  139. ; Here you can specify the colors of many features of MaxFile/2.  
  140. ; ColourName describes the colour of the name in the file list
  141. ; ColourSize describes the colour of the size in the file list
  142. ; ColourDate describes the colour of the date in the file list
  143. ; ColourDesc describes the colour of the file description in the file list
  144. ; ColourHighlight describes the background color for the highlighted
  145. ;                 selection
  146. ;
  147. ; Possible colours are BLACK (not recommended), RED, BLUE, MAGENTA,
  148. ; WHITE, GREEN, CYAN, BROWN, and YELLOW.  It is not case sensitive but
  149. ; that never hurts.  The default (if no colour is given) is WHITE
  150.  
  151. ColourName BLUE
  152. ColourSize MAGENTA
  153. ColourDate GREEN
  154. ColourDesc RED
  155. ColourHighlight YELLOW
  156.