kennysarmy Posted January 19, 2015 Posted January 19, 2015 I've got two folders... How do I create a list of files that are in one folder but not the other? Regards
3s-gtech Posted January 19, 2015 Posted January 19, 2015 Pretty sure you can do this with Robocopy, using /L or the /LOG+: commands
darrenstraight Posted January 19, 2015 Posted January 19, 2015 WinMerge can also compare directories - WinMerge
kennysarmy Posted January 19, 2015 Author Posted January 19, 2015 I had to do the following: 1. Use SizeExplorer to create file listings of the two folders. 2. Create an Excel file with the following columns (From folder one) Column A -> File Name Column B -> File Path (From folder two) Column C -> File Name I could then use conditional formatting with formula = =ISNA(MATCH(A1,$C$1:$C$37700,0)) to highlight all the files in folder one that are not in folder two. Seems to work WinMerge etc would n't work as folder one and two have differing sub folders....
unixman_again Posted January 19, 2015 Posted January 19, 2015 install cygwin, create a list for each directory using find and then use diff on the two lists.
diddylord Posted January 19, 2015 Posted January 19, 2015 I use software called beyond compare http://www.scootersoftware.com/ Does exactly what you want
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