202048 当前离线
列兵
flashercs 当前离线
少校
@echo off md 790 for /f "delims=" %%a in ('dir /ad /b') do ( for /f "delims=" %%b in ('dir /ad /b "%%a\"^|findstr /l "790"') do ( xcopy /e "%%a\%%b\*" "790\" ) ) pause复制代码
TOP
hfxiang 当前离线
上尉
robocopy "D:\文件夹_1" "E:\文件夹_1" /E /COPYALL /XJ复制代码
@echo off md 790 for /f "delims=" %%a in ('dir /ad /b') do ( for /f "delims=" %%b in ('dir /ad /b "%%a\"^|findstr /l "790"') do ( md "790\%%a\%%b" xcopy /e "%%a\%%b\*" "790\%%a\%%b" ) ) pause复制代码
评分人数