I just xcopy a folder directory to a new path and now I wanna move the files from the old path to new path
which I just copied. The path are named by date, like 20240131, 20240229, 20240331, etc.
The move will be:
files from E:TEST20240131 to C:YG20240131,
files from E:TEST20240229 to C:YG20240229,
files from E:TEST20240331 to C:YG20240331,
…
since there are lots of folders like above, I want to find a way that can move all files and keep the original subfolder structure.
Thanks in advance.
RICHARD 47 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.