Skip to content

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

Notifications You must be signed in to change notification settings

DentiAssist/change-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published