Jump to content

Recommended Posts

Posted

I need to change the file names of a load of jpg files and I can't think how to.

 

I have a folder of about 800 images.

 

I have a list of about 400 of those file names that need to be changed and what they need to be changed to.

 

Any ideas how? The free software I've found so far will change the files from the top of the list down, but I need something that will search and replace the relevant ones.

 

TIA

  • Thanks 1
Posted (edited)
I need to change the file names of a load of jpg files and I can't think how to.

 

I have a folder of about 800 images.

 

I have a list of about 400 of those file names that need to be changed and what they need to be changed to.

 

Any ideas how? The free software I've found so far will change the files from the top of the list down, but I need something that will search and replace the relevant ones.

 

TIA

This software is good, Bulk Rename Utility. You should be able to select the 400 and rename them

I'm currently working my way through 36000 personal photos, renaming them with 'date taken'

Edited by ozydave
Posted
Thanks, I've looked at both of these and not sure if it's just me, but I can't see how to force it to search then rename, does that make sense? I don't really want to have to dig out the 400'odd photos unless I really have to
Posted

I'm sure the programs suggested so far are great but sometimes you just need to use the wrong tool for the job to get the job done. Therefore, use Excel or Google Sheets for this.

 

Create a new sheet, in column A paste the list of filenames that need to be changed. In Column B, paste the list of what they need to be changed to. In column C paste this formula

="ren """&A1&""&""" """&""&B1&""""

 

Copy the formula so it repeats. Now copy and paste the whole of column C in to a command prompt and your images will be renamed.

 

Or, just see the file I have attached and modify it as you see fit.

rename_files.xlsx

 

Sometimes the right tool is the wrong tool.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...