home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / deldup23.zip / DELDUPE.DOC < prev    next >
Text File  |  1989-03-01  |  3KB  |  94 lines

  1.  
  2. DELDUPE 2.3, Copyright (c) Vernon D. Buerg 1987-89. ALL RIGHTS RESERVED.
  3.  
  4.  
  5.  
  6. Purpose:
  7.         Delete duplicate or older files in one directory that already
  8.         exist in another disk directory.
  9.  
  10. Syntax:
  11.         DELDUPE  directory-to-delete  [master-directory]
  12.                  [/O] [/T] [/S] [/V] [/P] [/N]
  13.  
  14.         The 'directory-to-delete' specifies the drive and path name of
  15.         the 'old' directory containing old or duplicate files.
  16.  
  17.         The 'master-directory' specifies the drive and path name of the
  18.         'new' directory containing current or original files.  If
  19.         omitted, the current drive and directory is used.
  20.  
  21.         If files in the 'old' directory are the same date/time, or
  22.         older, than files of the same name in the 'new' directory, they
  23.         are deleted.
  24.  
  25.         Specify /O to delete older files:  same name but of different
  26.         size.  If omitted, only files with the same name, datestamp, and
  27.         size will be deleted.
  28.  
  29.         Specify /S to delete similar files:  the same name and date/time
  30.         but the size is different.
  31.  
  32.         Specify /N to delete files of the same name regardless of the
  33.         date, time, or file size.
  34.  
  35.         Specify /T to display filenames only, but do not delete them.
  36.         Use this option to determine which files are duplicates or older
  37.         copies.
  38.  
  39.         Specify /V to confirm deletion of each eligible file.
  40.  
  41.         Specify /P to pause when the screen fills.  You may enter a ^C
  42.         (break) at this point but the current directory will not be
  43.         properly restored.
  44.  
  45. Examples:
  46.         - Delete duplicate files in 'C:\TEMP' which already exist
  47. |         in the current directory of drive B:
  48.  
  49.           deldupe c:\temp b:
  50.  
  51.         - Display the names of duplicate or older files in the directory
  52.           called \PROJECTS which already exist in the directory \TEST
  53.  
  54.           deldupe \projects \test /o/t
  55.  
  56. History:
  57.         Written for the IBM PC using PC DOS version 2.0 or later.
  58.  
  59.         Version 1.1, 3/07/87 - initial version
  60.         Version 2.2, 7/21/87 - added /N to delete files of same name
  61. |       Version 2.3, 3/01/89 - changed /N to display both directory's data
  62. |                              making /N with /T more informative
  63.  
  64. License:
  65.  
  66.         DELDUPE is free, but it is a copyrighted work and may be distributed
  67.         only pursuant to this license.
  68.  
  69.         Permission is hereby granted to reproduce and disseminate DELDUPE so
  70.         long as:
  71.  
  72.            (1)  No remuneration of any kind is received in exchange; and
  73.  
  74.            (2)  Distribution is without ANY modification to the contents
  75.                 of DELDUPE.COM, DELDUPE.ASM and all accompanying
  76.                 documentation and/or support files, including the
  77.                 copyright notice and this license.
  78.  
  79.         No copy of DELDUPE may be distributed without including a copy
  80.         of this license.
  81.  
  82.         Any other use is prohibited without express, written permission in
  83.         advance.
  84.  
  85.                 Vernon D. Buerg
  86.                 139 White Oak Circle
  87.                 Petaluma, CA  94952
  88.  
  89.                 CompuServe: 70007,1212  (Go IBMCOM)
  90.                 Data/BBS:   (707) 778-8944
  91.                             (707) 778-8841
  92.  
  93.  
  94.