批量移动子目录的doc文件到另一个目录 达叔说 • 7个月前 (06-17) FOR /f "delims=" %%a in ('dir /s/b/ad') do move "%%a\*.do... 阅读 345 次 bat批处理移动文件