664264555 当前离线
列兵
flyinnet9 当前离线
少尉
xcopy d:\a\abc.xml e:\a\ /s /y复制代码
TOP
for /f "delims=" %%a in ('dir /a-d /b /s d:\a\abc.xml') do xcopy "%%a" e:\a\ /e /i /y复制代码