home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / deldupe.zip / DELDUPE.DOC < prev   
Text File  |  1987-07-21  |  3KB  |  92 lines

  1.  
  2. DELDUPE 2.2, Copyright (c) Vernon D. Buerg 1987. 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 root 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.  
  62. License:
  63.  
  64.         DELDUPE is free, but it is a copyrighted work and may be distributed
  65.         only pursuant to this license.
  66.  
  67.         Permission is hereby granted to reproduce and disseminate DELDUPE so
  68.         long as:
  69.  
  70.            (1)  No remuneration of any kind is received in exchange; and
  71.  
  72.            (2)  Distribution is without ANY modification to the contents
  73.                 of DELDUPE.COM, DELDUPE.ASM and all accompanying
  74.                 documentation and/or support files, including the
  75.                 copyright notice and this license.
  76.  
  77.         No copy of DELDUPE may be distributed without including a copy
  78.         of this license.
  79.  
  80.         Any other use is prohibited without express, written permission in
  81.         advance.
  82.  
  83.                 Vernon D. Buerg
  84.                 456 Lakeshire Drive
  85.                 Daly City, CA  94015-4223
  86.  
  87.                 CompuServe: 70007,1212
  88.                 Data/BBS:   415-994-2944
  89.                 Work:       415-991-0644, 10am-6pm Pacific
  90.  
  91.  
  92.