Daily Archives: October 20, 2009

Synchronizing two networked folders

Labored whole day, just to come up with a batch file using XCOPY to do it. In the case of synchronizing removed files, I used for loop, but the big trick was the setlocal EnableDelayedExpansion command. Without it, the variable … Continue reading

Posted in Technical | Leave a comment