Hi,
I have several thousand folders/subfolders in a structure like this:
base1
-0001
-0002
-0003
-0004
base2
-0001
-0002
-0003
-0004
etc. (where base is the folder and -000 are the subfolders)
I would like to get all of the files out of these subfolders that start with D*.*.
Does anyone know of a copy, xcopy, robocopy command to find all of the d*.* files and copy them without needing to go to each subfolder individually and issuing the copy d*.* command?
Thanks!
I have several thousand folders/subfolders in a structure like this:
base1
-0001
-0002
-0003
-0004
base2
-0001
-0002
-0003
-0004
etc. (where base is the folder and -000 are the subfolders)
I would like to get all of the files out of these subfolders that start with D*.*.
Does anyone know of a copy, xcopy, robocopy command to find all of the d*.* files and copy them without needing to go to each subfolder individually and issuing the copy d*.* command?
Thanks!