Jump to content

Recommended Posts

Posted
Does anyone know of a way to bulk rename files (images) where I have the current and new filename in two columns in a spreadsheet?

 

The CONCATENATE function in Excel - if your data was simply in the first two columns, put a forumula something like this in the third column:

 

=CONCATENATE("rename ", A1, B1)

 

Replicate the formula down the sheet, then copy-and-paste the results to a .bat file and run it.

  • Thanks 2
Posted
Another vote for Bulk Rename Utility. We've used it a bunch when photos come in with the student admin number as the file name and we wan the student's name.

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...