Batch Rename Bunch of Files Without Extension

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

to open a Command Prompt window at your desired Location hold Shift, right-click in

the folder, and select Open command window here.

Use the following command for renaming all files (including for those who do not
have an extension)
ren *.* *.xml
(REPLACE XML WITH DESIRED EXTENSION)

You might also like