How shall I put this...
It's like: you can tell robocopy: "move the contents of this map to that map".
But you can't say: "move that map to that map, no matter the contents"(to be content of that map)
Or can you?
|
How shall I put this... It's like: you can tell robocopy: "move the contents of this map to that map". But you can't say: "move that map to that map, no matter the contents"(to be content of that map) Or can you?
| ||||
|
feedback
|
|
There is a GUI for Robocopy that makes it much easier to use outside the command line called RichCopy. | |||
|
feedback
|
|
Robocopy by default should copy all contents, no matter what they are. If you mean recursively into all subdirectories, use
You can find a complete list of all available switches here. | |||
|
feedback
|