qq441689777 当前离线
列兵
ANSL 当前离线
禁止访问
TOP
qixiaobin0715 当前离线
大校
@echo off setlocal enabledelayedexpansion for /f "delims=" %%a in ('dir /s /b /ad 身份证') do ( set n=1000 pushd "%%a" for /f "delims=" %%i in ('dir /b /a-d *.jpg') do ( set /a n+=1 ren "%%i" "QL!n:~1!%%~xi" ) popd )复制代码