home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / ddup.zip / DDUP.DOC next >
Text File  |  1987-08-15  |  5KB  |  131 lines

  1.  
  2. DDUP.DOC: Documentation for DDup v1.1
  3.           (c) Jean Lalonde, Montreal, Canada
  4.           August 14, 1987
  5.  
  6.           History
  7.           -------
  8.           v1.0 (Apr 17, 87):
  9.             First release.
  10.           v1.1 (August 14, 87)
  11.             Accepts multiple filenames with exclusion list.  New way to
  12.             specify multiple drives command.
  13.  
  14.  
  15. DDup looks for similar files (according to options '/T', '/N' and '/S') and
  16. prompt you for deletion or renaming of duplicated files.
  17.  
  18. DDup can act on three modes.  On the default mode ('/T'), DDup look for twin
  19. files (identical name, size, date and time) and allows you to delete one or
  20. more duplicated files.  Use this feature to clean-up your hard-disk by
  21. removing twin files.
  22.  
  23. With option '/N', DDup look for files with identical names and *different*
  24. size, date or time.  DDup will prompt you for renaming one or more files with
  25. identical names.  Use this feature if you want to give different names to
  26. different files (see cautions below).
  27.  
  28. With option '/S', DDup look for files with identical specs (size, date and
  29. time) and *different* names.  DDup will prompt you for renaming one or more
  30. files with identical specs.  Use this feature to trace identical files stored
  31. under different names (see cautions below).
  32.  
  33.  
  34. CAUTIONS: DDup do not verify the content of files but only their inscription
  35.           in directories.
  36.  
  37.           With '/I' (default), take care before deleting a file.  It is rare
  38.           but files in two directories may have the same name and specs but
  39.           being different files with different content.
  40.  
  41.           With '/N', rename files only if you are sure of their content and
  42.           if you know that those files are not required by any program under
  43.           those names.
  44.  
  45.           With '/S', be aware that it is frequent for two different files to
  46.           have the same specs.  Rename files only if you are sure of their
  47.           content and if you know that those files are not required by  any
  48.           program under those names in their directories.
  49.  
  50.  
  51. SYNTAX:   'DDup drive(s):\directory\files [options]'
  52.  
  53.           'drive(s)' drives to scan, eg: 'C:' or 'CDE:', default is current
  54.                       drive.
  55.  
  56.           'directory' to scan from, default is current directory.  To scan
  57.                       all a drive, specify the root directory '\'.
  58.  
  59.           'files'     to scan, wild cards allowed, default is all files
  60.                       '*.*', multiple filenames (eg: '*.COM+*.EXE+*.BAT')
  61.                       and an exclusion list after a slash (eg: '*.*/*.NOT')
  62.                       are allowed.
  63.  
  64.           'options' '/T' (default) to look for twin files with identical
  65.                       name, size and date-time and prompt you for deletion.
  66.  
  67.                     '/N' to look for files with identical name but different
  68.                       specs (size or date-time) and prompt you for renaming.
  69.  
  70.                     '/S' to look for files with identical specs (date-time
  71.                       and size) but different names and prompt you for
  72.                       renaming.
  73.  
  74.                     '/D' for discrete scanning, '/H' for help,
  75.  
  76.  
  77. LIMITS:   DDup can scan an unlimited number of files on an unlimited number
  78.           of drives simultanously.  Of course, DDup is limited by the RAM
  79.           available.  It can handle more than 2,400 files per 100k available.
  80.           It should be quite enough for 80 megs of storage with 640k systems.
  81.  
  82.           DDup can prompt you for deleting or renaming up to 20 duplicated
  83.           files.  If you have more than 20 duplicates of the same file (or
  84.           name/spec), you will have to run DDup again.
  85.  
  86.  
  87. USES:     C>DDUP           Default use, scan for twin files down from the
  88.                            current directory on the current drive.
  89.  
  90.           C>DDUP \DIR\*.*  Scan all files of \DIR and its children
  91.                            directories on the current drive.
  92.  
  93.           C>DDUP CD:\ /S   Scan all files of drives C: and D: for
  94.                            duplicated specs.
  95.  
  96.           C>DDUP \*.ARC+*.DAT  Scan all *.ARC and *.DAT files of the
  97.                                current drive.
  98.  
  99.           C>DDUP *.*/*.COM+*.EXE   Scan all files down from the current
  100.                                    directory except *.COM and *.EXE files.
  101.  
  102.           C>DDUP /D /N     Scan discretely for duplicated names.
  103.  
  104.  
  105.           I hope DDup will be usefull to you.
  106.           You can send me comments or reports to:
  107.  
  108.           Jean Lalonde
  109.           P.O. BOX 721
  110.           Station "R"
  111.           Montreal
  112.           CANADA
  113.           H2S-3M4
  114.  
  115.           You can join me online on Compuserve (ID: 76606,671), GEnie
  116.           (ID: J.Lalonde) or on BIX Info Exchange (Bix name: jlalonde).
  117.           DDup is written in MODULA-2/86 Rel. 2.0 (A), PC/MS-DOS 8088/8086,
  118.           LOGITECH, (C) Copyright 1983, 1984, 1985, 1986.  DDup uses
  119.           standard PC/MS-DOS functions, version  3.0 or more.
  120.  
  121.           You can use or redistribute this program freely as long as it is
  122.           done at no cost (except floppy's cost), if this documentation file
  123.           and the copyright remain intact.  Modula-2 sources of this program
  124.           are available.  To receive those text files, please send me a $25
  125.           check.
  126.  
  127.           Enjoy DDup!
  128.  
  129.           Jean Lalonde
  130.           August 14, 1987
  131.