I wanted to know if it is possible to copy the contents of a folder that contains a specific name, for example:
-
Folder1
Sub1
Sub2 -
Carpeta2
Sub1
Sub2
I tried the following:
robocopy "C: \ source \" "C: \ destination \" "* Sub1 *" / E
This does not work, but I've seen that in this way you can filter by file extension, which is not my case.