Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
To change the extention of all files in a folder, this method is used.
- Host: GitHub
- URL: https://github.com/DentiAssist/change-extension
- Owner: DentiAssist
- Created: 2021-03-15T13:20:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T13:40:30.000Z (over 3 years ago)
- Last Synced: 2024-05-28T14:20:35.845Z (6 months ago)
- Topics: conversion, converter, extention, file, folder
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 *.extren 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