View Single Post
  #1 (permalink)  
Old November 24th, 2007, 11:10 PM
asgarcymed asgarcymed is offline
Registered User
 
Join Date: Nov 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default KickStart to Find and Delete True Duplicate Files

: I want to create a VBS script able to search for true duplicate files (same SIZE + same MD5 HASH/CHECKSUM), and after deleting clones.

Main features: filters to include and/or exclude files and/or folders; total recursive search; automatic deletion of duplicate files according to previously defined rules.

Getting each file's size is relatively easy; unlike getting MD5... Maybe an external ActiveX=COM component could help getting MD5?

The script can write a CSV file with:
Full Path,Size,MD5

But, how to read such CSV file in order to find {same SIZE +(,) same MD5}

Do you have any general guidelines/tips how to do this?

Thanks in advance.

Best regards.
Reply With Quote