@echo off&setlocal EnableDelayedExpansionfor /f "delims=" %%f in ('dir /b *.MP4') do (set n=%%~nfset n=!n:~-3!ren %%f !n!.MP4)
楼上基本正解