Rename file extension of multiple files in a folder in a single DOS command. Command is as given below.
for /r %x in (*.html) do ren "%x" *.htm
Rename file extension of multiple files in a folder in a single DOS command. Command is as given below.
for /r %x in (*.html) do ren "%x" *.htm