D:\Python34\python.exe .\removeDuplicateFiles.py -h usage: removeDuplicateFiles.py -s -t D:\Python34\python.exe .\removeDuplicateFiles.py -s D:\data\bilder\20110915 -t D:\temp\saveimg D:\Python34\python.exe .\removeDuplicateFiles.py -s D:\temp\20140818\ -t D:\temp\saveimg --======================================== -- Info :: Read all files in :: D:\temp\20140818\*.* -- Info :: Copy duplicates to :: D:\temp\saveimg --======================================== -- Info :: Check File "D:\temp\20140818\DSCN0025.TIF" -- Info :: File "D:\temp\20140818\DSCN9301 - Copy.TIF " exits with the same content as file D:\temp\20140818\DSCN9301.TIF ... --======================================== ... -- Info :: Move Duplicate File "D:\temp\20140818\DSCN9301 - Copy.TIF " to "D:\temp\saveimg\DSCN9301 - Copy.TIF" --======================================== --======================================== -- Finish with :: 17 files in directorie D:\temp\20140818\*.* -- Found duplicate files :: 2 -- The run needs :: 0.2044 seconds --========================================