Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DentiAssist/change-extension

To change the extention of all files in a folder, this method is used.
https://github.com/DentiAssist/change-extension

conversion converter extention file folder

Last synced: about 2 months ago
JSON representation

To change the extention of all files in a folder, this method is used.

Awesome Lists containing this project

README

        

# Change Extension

This method is used when there are too many files in a folder whose extension you want to change.

- Step 1
Create a txt file inside of the folder which has all the files in it.

- Step 2
>ren *.ext *.ext

ren comes from rename. First extension is the extension you have, second extension is the extension that you want to change to.

- Step 3

Then save the txt file as **change_extension.bat**

When you run **.bat** file all of the extensions of files will change to extension you want