Pure windows solutions such as cmd or task scheduler are preferred. I want to sync the contents of two folders without changing their names. I would like to know ways to sync them one-way and two-way (One-way the first time, because one is more recently-updated than the other, and two-way after).
Asked
Active
Viewed 1,184 times
1 Answers
0
Create a script which copies files back and forth, e.g. xcopy /e source destination robocopy /e source destination
robocopy is newer and more advanced copy tool, it even has a built in file change monitoring /MON parameter.
qwery
- 24