wuxineyou 当前离线
列兵
terse 当前离线
中将
@echo off&setlocal enabledelayedexpansion set n=0&set "ph=d:\a" ::如不在指定目录运行 可去掉排除%0 for /f "delims=" %%i in ('dir /a-d /tc /b "%ph%\*.*"^|findstr /ibv %0') do ( set /a"f=n/5+1000001,n+=1" md "!f:~-3!" 2>nul move "%ph%\%%i" "!f:~-3!" ) pause复制代码
TOP
BAT-VBS 当前离线
少将
Marks 当前离线