I use this command Robocopy D:\DIR1 E:\DIR2 /MIR
to keep the contents of two folders synchronized:
How do I keep 5 separate copies of the target folder, while deleting the sixth-oldest one?
I use this command Robocopy D:\DIR1 E:\DIR2 /MIR
to keep the contents of two folders synchronized:
How do I keep 5 separate copies of the target folder, while deleting the sixth-oldest one?