DAIC 当前离线
中将
@echo off set n=0 for /f "tokens=*" %%a in ('dir /b /ad') do ( set /a n+=1 call ren "%%~a" "%%n%%.%%~a" )复制代码
TOP