I am trying to move a folder and the files within to another network folder (that already exists):
- robocopy /MOVE test1 \\SomeServer\c$\some_folder
Where "test1" and "some_folder" are folders. When I run this command, "test1" gets lost and only the files within "test1" get copied into "some_folder". How can I include a root folder, in this case "test1"?