如果要读取某个目录下及其子目录所有的某些类型文件到其他目录,目的目录下不需要保持目录结构,可以用以下命令:
for /f "delims==" %k in ('dir c:\source\*.xml /s /b') do copy "%k" x:\destination\