I have two folders (say Source and Working). Now within these, there are 100s of other files/folders.
Now, the folder Source gets updated periodically (i.e. some files/folders may change or get added). I am trying to keep both the folders in sync.
So I need a batch command such that only the files/folders which are new/modified in "Source" get updated into the "Working" folder.
You do not need a bat file. Just use the xcopy with some parameters. Try: