Alright I’ve got two music folders. One on my old computer and one on my new computer. I’ve copied the OLD folder on an external hard drive and copied it on the hard drive of my NEW computer but it seems like I’ve updated that OLD folder afterwards so the NEW music folder on the new pc is lacking some albums/folders.
My question:
Is there a program that can compare to folders with each other and tells me which files are not included in folder A and which are not in included in folder B and which files they have in common?
save a list of each folder/subfolder/file etc using the command line
Compare Folder A to B:
Load each text file into a list object.
Loop number of lines in A (assuming A is bigger than B)
If An =/= Bn then:
Put An in a new list object
remove An from A, start check again
(n is the current line)
Then of course you'd do the same for B (where if B is not in A, put it in a list object)
Alternate method is to remove everything in A AND B, and leave anything that's in A but not B, and vice versa, where if something doesnt match, just move the line down 1 and carry on.
im guessing the music is a very large quantity and you want to save time by only copying the folders of music missing.
unless you can make a program like joe here is suggesting, i doubt you'll find a program in the ammount of time it would take to just copy all the music again. copy it and go do something while it copies.
if you have vista i think you can opt to just ignore copying any folders/files that already exist in the destination directory and subsequent directories.