I made a simple file renamer for renaming files in batches.

  • Thread starter Thread starter JakobAir
  • Start date Start date
  • Views Views 903
  • Replies Replies 7

JakobAir

Well-Known Member
Member
Joined
Mar 17, 2017
Messages
191
Reaction score
232
Trophies
0
Age
41
XP
1,276
Country
United States
Well, I asked Gemini to make it. I'm not sure how helpful this is, but it can save time instead of manually doing it if you're doing a lot of files. It doesn't convert anything, just renames the extension. There is a version that can be dropped into the folder where the files are to be changed. This is for ease of use. The other version is for the user to specify the path so it can be left in one place without moving it all over.

https://github.com/JakobAir/extension-renamer
 
Like... on Windows:
Ctrl+E -> Rename?

Edit: The extension?
That's a new one for me.
 
If you ever need to go beyond extension swaps, I’ve had a smooth time using renamer.io for bigger batches. I’ve used it to add prefixes, fix casing, and clean up messy folders with live previews so I don’t mess anything up. It still runs everything locally, so nothing gets uploaded, and it’s quick for those days when you’re drowning in files.
 
Last edited by RalfKin,
So I am old and don't like to download random tools, so if you're like me and you do this sporadically:
  1. Right-click the folder in Explorer and choose "Open in Terminal".
  2. If the terminal opens in PowerShell, type: cmd /c ren *.old *.new and hit Enter.
  3. If you are using an old-style Command Prompt (CMD), then just ren *.old *.new should do it.
If you want to keep the original files (make a copy instead of renaming):
  • In PowerShell, type: cmd /c copy *.old *.new
  • In Command Prompt, type: copy *.old *.new
If you do this often: Use a before-mentioned tool!
 
  • Like
Reactions: Skv0ra

Site & Scene News

Popular threads in this forum