@echo offsetlocal enabledelayedexpansionfor /f "delims=" %%i in ('dir/b *.txt') do (set/p fn=<"%%~i"ren "%%~i" "!fn!.txt")pause