CMD Scripts for files

Associate
Joined
14 Apr 2011
Posts
996
Location
Essex United Kingdom
I currently have an XCOPY script with moves all files from one location to another, but only files that are not currently in the destination. Is there a script I can create to show all files in that destination that are not in the original?

Any help would be appreciated
 
I don't think you can do that with XCOPY. But there's a tool called WinDiff which will do what you want.

I think you can do it with a script using a tool called Robocopy.
 
Oh I know you cant do it with XCOPY, I was looking into robocopy but I have found a pretty cool tool called 'beyond compare 4' which fills my need of checking what's missing from certain drives.

Cheers
 
Back
Top Bottom