How to move files from subfolders to subfolders with same subfolder structure by bat. file
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,
…