You are on page 1of 1

for %%i in ("[DownSub.com] *.

srt") do (set fname=%%i) & call :rename


goto :eof
:rename
::Cuts off 1st four chars, then appends prefix
ren "%fname%" "%fname:~14%"
goto :eof

You might also like