home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DISK_UTL / DFL311B.ZIP / DFLREAD.ME < prev    next >
Text File  |  1992-04-27  |  11KB  |  223 lines

  1.                         DUPLICATE FILE LOCATOR v3.11b
  2.  
  3. THIS  IS VERSION 3.11b OF DFL. THE ONLY DIFFERENCE BETWEEN THIS  VERSION  AND 
  4. VERSION  3.11a IS A MINOR DOCUMENTATION CHANGE INDICATING A NEW  SUPPORT  BBS 
  5. AND  EMAIL  NETWORK  FOR DFL. THE NEW BBS IS:  TOAD  HALL  415-595-2427.  THE 
  6. NETWORK IS RIME, SHAREWARE CONFERENCE (check with your sysop on how to access 
  7. it). EVERYTHING ELSE IN THIS PACKAGE IS UNCHANGED.
  8.  
  9.  
  10. Welcome  to DFL. If you are running the installation program, you  can  print 
  11. any  of  these  documents by hitting <F2> while viewing  them.  Help  can  be 
  12. obtained by hitting <F1>.
  13.  
  14. ---------------------------------- Summary ----------------------------------
  15.  
  16. DFL  provides a complete pulldown menu system with context help to allow  you 
  17. to find and process duplicate files.
  18.  
  19. - DFL will find duplicate files by any of these modes:
  20.  
  21.   Name     - DFL will find files with identical names. 
  22.   Length   - DFL will find files with equal lengths.
  23.   Name1-11 - DFL will find files with the first N matching name letters.
  24.   Dos Path - DFL will search the Path for duplicate executables like DFL.EXE, 
  25.              DFL.BAT & DFL.COM.
  26.   FastAlias- Files  with duplicate contents are found using a 32 bit CRC  and 
  27.              filelength combination. Filenames are ignored.
  28.   FullAlias- Files with duplicate contents are found using the 32 bit CRC and 
  29.              filelength   combination  followed  by  a  byte-by-byte   binary 
  30.              comparison. Filenames are ignored.
  31.  
  32.              Ex. Sysops find that one of the many uses for the alias modes is 
  33.                  to  find  all  those BBS advertizing files  that  have  been 
  34.                  embedded in their archives. It's nice to tag all of them and 
  35.                  hit one key to make them go away.
  36.  
  37. - The files can then be:
  38.  
  39.   Viewed.
  40.   Deleted.
  41.   Printed.
  42.   Compared in either binary (internal comparison) or ascii (user-customized).
  43.   Tagged and group-deleted.
  44.  
  45. - You may specify a filemask such as *.* or *.exe.
  46. - DFL will scan multiple drives including network drives.
  47. - The duplicate list can be printed to an ascii file or printer.
  48. - Virtual  Memory  is  created and cached to allow the  proccessing  of  huge 
  49.   numbers of files. About 1 meg of disk is needed for every 25,000 files.
  50. - DFL can be run unattended from a batch file.
  51. - DFL  will  perform  all of the above operations for files in  any  type  of 
  52.   archive. DFL can be customized to run with up to 10 archive compression and 
  53.   extraction  systems of your choosing. DFL is pre-cusomtized for  ZIP,  PAK, 
  54.   LZH, PKARC, ARJ, ARC by SEA and ZOO.
  55.  
  56. More detailed discussions follow...
  57.  
  58. ---------------------------- TO INSTALL AND RUN -----------------------------
  59.  
  60. Assuming  you're logged to the directory that contains the DFL files  (listed 
  61. below) -
  62.  
  63. Type: INSTALL (or A:INSTALL if the DFL files are in drive A:)
  64. Hit:  <ENTER>
  65.  
  66. The install program will search for previous copies of DFL and prompt you for 
  67. the  directory to copy DFL311S.EXE and DFL.SAV. This should be  somewhere  on 
  68. the  DOS  PATH.  Install  will  optionally  rename  DFL311S.EXE  to   DFL.EXE 
  69. (recommended).
  70.  
  71. Once installed on the PATH, to run DFL -
  72.  
  73. Type: DFL (or DFL311S if not renamed)
  74. Hit:  <ENTER>
  75.  
  76. That's it!
  77.  
  78. -----------------------------------------------------------------------------
  79.  
  80. This  group of files is the latest shareware version of DFL.  The  compressed 
  81. file DFL311.ZIP should contain the following files:
  82.  
  83.           DFL311S.EXE  - The shareware executable program
  84.           DFL.SAV      - The default configuration file
  85.           DFL.DOC      - The manual
  86.           ORDER.DOC    - The program registration order form
  87.           DFLREAD.ME   - Read Me file with misc. notes
  88.           WHATSNEW     - List of new features.
  89.           VENDOR.DOC   - Information for vendors.
  90.           INSTALL.EXE  - DFL installation program.
  91.  
  92. After  reading  these documents, the only files you should need to  keep  are 
  93. DFL311S.EXE & DFL.SAV. All the help information can be accessed on-line. Over 
  94. the past few years, you won't believe the number of DOC/TXT/README files I've 
  95. accumulated ( or would you ? ) and had to keep around in order be able to use 
  96. a program a month later.
  97.  
  98. Nevertheless,  the  extended  documentation manual is included  as  the  file 
  99. DFL.DOC.  It contains information and tips that may be helpful while  running 
  100. this newer, more complex program. The manual file is the same manual that  we 
  101. provide  with  the  REGISTERED  version.  The  only  difference  between  the 
  102. shareware  version and the registered version is that the  shareware  version 
  103. has  opening  and closing registration reminder screens.
  104.  
  105. DFL uses a proprietary technique to create Virtual Memory. By caching to disk 
  106. as  it  processes, DFL can handle an 'unlimited' number  of  files.  Previous 
  107. versions  scanned  until  they run out of memory at around  8000  files.  The 
  108. internal  data  structures used to capture the contents of the  disk  are  as 
  109. small  as can reasonably be expected. Depending on how many  directories  you 
  110. have, it is safe to assume that DFL will require about 40 bytes of disk space 
  111. per  file. Based on this, DFL should be able to handle  approximately  25,000 
  112. files  for every megabyte of free disk space. Please consult the  manual  for 
  113. more discussion on the Virtual Memory System.
  114.  
  115. Thanks to the Virtual Memory, DFL only requires about 340K of memory to  run. 
  116. So,  some  of  the more advanced functions that  require  spawning  to  other 
  117. programs can now be performed.
  118.  
  119. Enter, stage left, Dos Shell, File Compare and COMPLETE ARCHIVE SUPPORT.  Dos 
  120. Shell  speaks for itself. The File Comparison program may be used by  DFL  to 
  121. examine  in  detail  the actual differences between any two  files.  And,  by 
  122. COMPLETE ARCHIVE SUPPORT, we mean:
  123.  
  124.  - Archives  are  treated  as regular directories.  The  files  within  these 
  125.    directories  can be manipulated in every way that normal files  can.  This 
  126.    includes:
  127.  - Archived files can be deleted.
  128.  - Archived files can be viewed.
  129.  - Archived  files  can  be compared to other archived or  normal  files,  in 
  130.    either binary (internal comparison) or ascii (user-customized)  regardless 
  131.    of the type of archives in which they reside.
  132.  - Archived files can be tagged and group-deleted.
  133.  - Archived  files  can be processed by every DFL Scan Mode  including  Name, 
  134.    Partial Name, Length or Alias regardless of archive type.
  135.  - DFL can handle up to 10 archive types of your choosing.
  136.  
  137. In  addition to supporting archives, the other features of DFL which we  have 
  138. not  found  in any other similar program are its ALIAS  modes  of  operation. 
  139. Using  these modes, the contents of equal-length files, archived or not,  are 
  140. examined to identify duplicates. The file names play no role whatsoever.  For 
  141. example,  this  will  allow the user to locate files such  as  PROGRAM.C  and 
  142. PROGRAM.BAK  which have the same contents but different names. This may  also 
  143. be of use to sysops who want to weed out duplicate uploads or  semi-duplicate 
  144. archives  which  contain the same files, but have a comment or  something  to 
  145. hide the overall archive as a duplicate.
  146.  
  147. DFL will also find duplicate files by any of these other Modes:
  148.  
  149.   Name     - DFL will find files with identical names. 
  150.   Length   - DFL will find files with equal lengths.
  151.   Name1-11 - DFL will find files with the first N matching name letters.
  152.   Dos Path - DFL will search the Path for duplicate executables like DFL.EXE, 
  153.              DFL.BAT & DFL.COM.
  154.  
  155. As should be expected from any half way interactive system, complete  context 
  156. sensitive  help is available, as well as an extended online manual. The  idea 
  157. is  that,  as  stated  above, you should never need  to  look  elsewhere  for 
  158. assistance  while  running the program. However, there  are  some  situations 
  159. during  the  initial  definition of an archive format that can  be  a  little 
  160. tricky.  DFL  comes with several predefined formats, but when adding  one  of 
  161. your own, you may need to consult the more extensive manual or call us.
  162.  
  163. You  may  use MicroSoft's EXEPACK.EXE utility to decrease YOUR  copy  of  the 
  164. program  by about 14k. We stopped packing the distributed copy after  running 
  165. across  a  cache  program and some multitasking software  which  rendered  it 
  166. inoperative. Please don't upload EXEPACKed copies, or for that matter, copies 
  167. other than exactly what was downloaded or otherwise obtained.
  168.  
  169. DFL311.EXE compresses very well (50-60%) with PKLITE, LZEXE and other similar 
  170. executable compressors.
  171.  
  172. We  recommend that you rename your copy of DFL311S.EXE to DFL.EXE for  typing 
  173. and memory convenience.
  174.  
  175.  
  176. ------------------------------ HOW TO REACH US ------------------------------
  177.  
  178. Anyone with comments, suggestions, complaints or bug-reports can reach us  in 
  179. one of these ways: 
  180.  
  181. Write:         W. S. Ataras Engineering
  182.                40 Laughton Street
  183.                Upper Marlboro, Md. 20772
  184.  
  185. Voice mail:    1-301-249-1141 East coast
  186. Voice mail:    1-408-648-3662 West coast
  187.  
  188. BBS:         Toad Hall 415-595-2427 for the current version.
  189.  
  190.              Leave message to BILL ATARAS.
  191.              Look for DFL*.*. 
  192.              The latest version will be a free download.
  193.  
  194. Networks:    RIME - Shareware conference.
  195.  
  196. CompuServe:  William Ataras
  197.              70322,1514
  198.              IBM System\Util. Forum
  199.  
  200.  
  201. -------------------------- REGISTERED USER SUPPORT --------------------------
  202.  
  203. If  you find Duplicate File Locator (DFL) of benefit to your operations,  and 
  204. use  the  program as one of your utilities, you must  purchase  a  REGISTERED 
  205. copy.  See  the  order form included with this program  to  receive  complete 
  206. registration  instructions. Upgrades to subsequent versions can  be  obtained 
  207. for a nominal fee.
  208.  
  209. Please consider becoming a REGISTERED USER as a sign of your support for  our 
  210. ongoing efforts to enhance DFL and to provide quality software to the public. 
  211. Consider what you'll save by using the program in the coming years. 
  212.  
  213.  
  214. REGISTERED USERS RECEIVE :
  215.  
  216.    1. The latest version.
  217.    2. Any releases issued to correct bugs found in your version.
  218.    3. No shareware reminder screens.
  219.    4. Phone & modem support.
  220.    5. Printed manual.
  221.    6. A 30 day money-back satisfaction guarantee. 
  222.    7. Upgrade & follow-up notifications.
  223.