home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / zaddd21.zip / ZADDD.CFG < prev    next >
Text File  |  1992-02-22  |  4KB  |  120 lines

  1. ; ZADDD Disk Indexer                       Copyright 1991 by Bruce Jaeger
  2. ; Configuration Information File for Version 2.1
  3.  
  4. ; Please note that this file MUST be in the directory that ZADDD.EXE thinks
  5. ; is the "Current" directory.  (This is generally the same directory that
  6. ; ZADDD.EXE itself is in.)
  7.  
  8. ; Lines preceded by ; or ' are comments.
  9.  
  10.  
  11.  
  12. ; The line below is the directory ZADDD should store library files in.
  13.  
  14. Store = C:\ZADDD\     ;  directory to store .MAS files in
  15.                       ;  (note ending "\")
  16.                       ;  Modify as necessary for your system.
  17.  
  18.  
  19. ; The line below is the library filename that you want used
  20. ; as a default.  (Change as desired for your system.  Do not add
  21. ; the .MAS suffix or any pathname to the library name.)
  22.  
  23. library = ZADDD
  24.  
  25.  
  26. ; Some users have floppies at other than A or B, or have a hard disk
  27. ; or partition devoted to archive files.  The following lines will let
  28. ; you set up to three "devices" that ZADDD will also index from.  
  29.  
  30. ; These devices must respond to DOS commands like "DIR" without having
  31. ; to call any interface program.  If you can type "DIR X:*.*" and see
  32. ; the contents of your tape drive or optical drive(for example), ZADDD 
  33. ; can handle it.
  34.  
  35. ; The "device" names can be one letter only.  (No subdirectories supported
  36. ; at this time.)  The "nickname" is a descriptive name that will appear
  37. ; in your library listings (like "optical" or "tape" or "5.25 inch 720K"
  38. ; or what have you).
  39. ;         Example:    device1 = G
  40. ;                     nickname1 = worm drive
  41.  
  42.  
  43. device1 = none
  44. nickname1 = none
  45.  
  46. device2 = none
  47. nickname2 = none
  48.  
  49. device3 = none
  50. nickname3 = none
  51.  
  52. ; (Be careful not to put a space between "device" and the number.  Leave
  53. ; any unused devices at "none" so ZADDD doesn't get confused!)
  54.  
  55.  
  56. ' The following line sets the start-up condition of the Expand mode;
  57. ' enter "expand=true" if you wish ZADDD to list all of the individual
  58. ' files in a compressed library (.ZIP, .ARC., etc).  Enter "expand=false"
  59. ' if you want ZADDD to just list the archive's file name.  (This is much
  60. ' faster, as you'd expect, but you miss a lot of information!)
  61.  
  62. expand = true
  63.  
  64.  
  65.  
  66.  
  67. ;        FILE COMPRESSION PROGRAM CONFIGURATION
  68.  
  69. ; The remaining entries tell ZADDD how to call your compression
  70. ; programs.  If the programs are already in your current PATH,
  71. ; you needn't add the path to the filenames.
  72.  
  73.  
  74. ; The line below is the path to call PKZIP and PKUNZIP.
  75. ;    Modify as necessary for YOUR system. 
  76. ;    Example:  pkzip = C:\UTILS\PKZIP
  77.  
  78. pkzip = pkzip
  79. pkunzip = pkunzip
  80.  
  81.  
  82.  
  83. ; The line below is the path to call ARC.
  84. ;    Modify as necessary for YOUR system.
  85. ;    Example:  asc = C:\BIN\ARC
  86.  
  87. arc = arc
  88.  
  89.  
  90.  
  91. ; The line below is the path to call LHARC or LHA.
  92. ;    Modify as necessary for YOUR system.  
  93. ;    Note that this program used to be called LHARC; if your program is 
  94. ;    LHARC, change this line to lha = (pathname)lharc  and it will work fine.
  95. ;    (This is also used to search Corel Draw! MOSAIC files.)
  96.  
  97. lha = lha 
  98.  
  99. ;    Example 1 : lha = C:\UTILS\LHA
  100. ;    Example 2:  lha = C:\BIN\LHARC
  101. ;    The first part MUST be lha =
  102. ;    If you are using LHARC, do not enter lharc =
  103.  
  104.  
  105.  
  106. ; The line below is the path for calling ARJ.
  107. ;    Modify as necessary for YOUR system.
  108. ;    Example: arj = C:\STUFF\ARJ
  109.  
  110. arj = arj
  111.  
  112.  
  113.  
  114. ; The line below is the path for calling ZOO.
  115. ;    Modify as necessary for YOUR system.
  116. ;    Example:  zoo = C:\COMPRESS\ZOO
  117.  
  118. zoo = zoo
  119.  
  120.