I have a directory with several hundred .jpg files. I also have a spreadsheet that contains the names of what I want to rename the .jpg files to.
Example:
Directory Contents
C:\Pictures\jsmith.jpg
C:\Pictures\jdoe.jpg
C:\Pictures\jwilliams.jpg
first initial & lastname & .jpg
Spreadsheet: Names.xls
A1 = johnsmith.jpg
A2 = johndoe.jpg
A3 = janewilliams.jpg
Lets say I start with A1, johnsmith.jpg from Names.xls. I want to be able to search through C:\Pictures\ and find jsmith.jpg and rename it to johnsmith.jpg.
I'm not sure this can be done but being that there are several hundred .jpg files that need to be renamed, it would be great to automate this as much as possible.
Any suggestions would greatly be appreciated.
Example:
Directory Contents
C:\Pictures\jsmith.jpg
C:\Pictures\jdoe.jpg
C:\Pictures\jwilliams.jpg
first initial & lastname & .jpg
Spreadsheet: Names.xls
A1 = johnsmith.jpg
A2 = johndoe.jpg
A3 = janewilliams.jpg
Lets say I start with A1, johnsmith.jpg from Names.xls. I want to be able to search through C:\Pictures\ and find jsmith.jpg and rename it to johnsmith.jpg.
I'm not sure this can be done but being that there are several hundred .jpg files that need to be renamed, it would be great to automate this as much as possible.
Any suggestions would greatly be appreciated.