How can i use robocopy to copy only the difference between 2 folders to a third folder(and not the destination folder)
So if "SourceFolder" contains FileA , FileB , FileC and "DestinationFolder" contains FileA and FileB , I would like to see "DifferencesFolder" containing FileC.