Short: Finds even more duplicate files on your HD Author: Kjell Irgens and Steven Solie Uploader: ssolie telus net (Steven Solie) Type: disk/misc Version: 2.3 Architecture: ppc-amigaos Dupfinder 2.3 Description ----------- This freeware program is used to locate identical files on your harddisks. There are already a few programs around that does the same thing but not many find duplicate files with *different* file names. Usage ----- DupFinder PATH/A/M,NAMES/S,MINSIZE=MIN/N,NOICONS=NOINFO/S PATH/A/M You can chech any number of disks or directories in a single search by entering the name of each path on the command line. Be warned though, this program uses a lot of memory and a lot of time if it has to scan through many directories. NAMES/S If you use this argument only files that are different but have the same file name are listed. MINSIZE=MIN/N If you set MINSIZE to, for example, 1000 no identical file of size less than 1000 bytes will be listed. Useful if you have lots of tiny identical files you wish to exclude from the search. NOICONS=NOINFO/S If you use this argument no identical icon or ".info" files are listed. Examples -------- DupFinder SYS: ;check for duplicate files in SYS: DupFinder Work:apps work:progs ;check two directories DupFinder Work: NOICONS ;display duplicates except icons DupFinder SYS: MIN=500 ;check SYS: for dups >500 bytes History ------- 2006-08-05 - DupFinder 2.3 - Increased max path to 1024 bytes - Fixed problem with output text (thanks Ken Wilde) - Increased compiler optimization level - Modified to use new OS4 function calls - Removed usage string - Fixed error strings to be AmigaDOS standard - All copies are now safe from buffer overflow - Replaced Printf()s with PutStr()s for extra speed - Switched option from NAMEONLY/S to NAMES/S - Attempted to tune the memory pool parameters 2006-07-30 - DupFinder 2.2 released to a couple of people only - Upgraded to the DupeFinder 1.3 sources (thanks Ken Wilde) - Fixed several issues in the new code base 2006-07-30 - DupFinder 2.1 - Refactored more code - Removed now unused numfiles support - Fixed bug in the original code that did not compare every combination correctly; led to "Can't open " messages - Now filters out non-file comparisons sooner 2006-07-29 - DupFinder 2.0 ported by Steven Solie - Updated code for AmigaOS 4.0 native version - Added error code returns and fault output - Increased size of internal path buffers - Refactored the code a bit for readability - Removed the PRI/N option not needed on PPC systems - Changed the NAMES/S option to NAMEONLY/S and modified the behaviour to output only identically named files that differ in their size/contents - Added Makefile 1995-04-24 - DupFinder 1.0 released by Kjell Irgens Disclamer --------- We take no responsibility for loss of data because of this program. Use it at your own risk.