Looking for an anti-duplicate file finder.
August 23, 2008 5:14 PM Subscribe
Can someone suggest a Windows utility to search for non-duplicated files on different hard drives? I've got multiple hard drives with tens of thousands of files on them. Many are duplicates, but not necessarily in the same directories. I need to identify the files that are on one drive, but not on the other, regardless of their location in the directory tree.
I've found plenty of comparison utilities, but they all seem to take into account the file path. There are also duplicate finders that work well and ignore the path, but I need an "non-duplicate" finder. I've done this before by using a duplicate file finder (Clonespy), deleting the duplicates. The files left are the ones I want. However, I really would rather not modify the original disks. Thanks!
posted by cosmac to computers & internet (6 answers total) 7 users marked this as a favorite
I assume that you just need the filenames, not the paths. Open up a command prompt. Do a recursive dir command ( http://www.google.com/search?q=dir+command+syntax ) and redirect that output to a text file. Google anything you don't understand so far. Than import that into Excel and figure out how to get rid of the dupes. Again Google should help you with that.
posted by intermod at 8:30 PM on August 23, 2008 [1 favorite]