How do I use XCOPY or a batch command to synchronize files in two folders. (1) Copy newer file from x to y (2) copy newer file y to x (3) copy files from x to y if not there (4) Copy files from y to x if not there
thanks.