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