I would like to write a short .bat script to compare the contents of two folders.
Folder 1: Contains some 1300 files. Folder 2: Contains some 400 files.
I would like to have a script I can run through the windows command line that takes each file in Folder 2 checks to see if a file with the same name is in Folder 1... and if it is Outputs the name of the Folder 2 file to a .csv file (or notepad I'm easy just want a list!).
Any thoughts or help would be much appreciated!
Found a solution that works with remote folders and is very fast
try this