批处理放要改名文件夹运行
@echo offsetlocal enabledelayedexpansioncd/d "%~dp0"for %%i in (1%%*) do (set "fn=%%i"ren "%%i" "!fn:1%%=!")pause
不晓得,没学过批处理编程