我想知道可以实现如下
文件夹1
- sub folder(20180218-1100)
sub folderA => 1.txt
sub folderB => 1.txt
- sub folder(20180218-1112)
sub folderA => 2.txt
sub folderB => 2.txt
要复制文件夹(20180218-1100)和子文件夹(20180218-1112)的子文件夹A上的文件1.txt和2.txt 因此,每当我收到文件时,都会有很多子文件夹(yyyymmdd-hhmm)
我试试命令 for / R"。\ 1 *" (* .txt)中的%% f执行xcopy / s %% f"。\"
非常感谢