asgarcymed Posted November 22, 2007 Posted November 22, 2007 I want to create an AutoIt 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. MLMK - my blogging craziness...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now