what is difference between xcopy batch (newer files) and synchronization - TechRepublic
Question
January 22, 2011 at 08:15 AM
caiusjc

what is difference between xcopy batch (newer files) and synchronization

by caiusjc . Updated 15 years, 5 months ago

What is the difference & advantage between xcopy files (that are newer in the source folder or directory ) and synchronization ?

I am using now a batch to copy newer files to an other directory =
>>
xcopy “D:\Pmail\Pierre\*.*” “F:\Pmail\Pierre” /s/e/d/c/y/v
pause
<< Thanks CaiusJC

This discussion is locked

All Comments