Sunday, April 26, 2015

ROBOCOPY

I did not know this command ROBOCOPY until few months ago. I'm used to XCOPY on Microsoft Windows PC. But this one is better.

Instead using: XCopy D:\Temp C:\Temp /secdykhr
I use: RoboCopy D:\Temp C:\Temp /E /XX /XO /DST /DCOPY:T /R:3 /NP /LOG+:C:\Temp\robocopy.log

On Windows XP, you must download it from Microsoft.

No comments: