I need a script that will look in a folder and rename the files based on the following criteria:
pic1 = a
pic2 = b
pic3 = c
etc
So for example:
bedroom-3-pic6.jpg would be renamed to bedroom-3-f.jpg
I'd like to be able to simply drop the script into the folder, double click it, and have it automatically rename everything. I think with perl scripts I have to run it from CLI?
pic1 = a
pic2 = b
pic3 = c
etc
So for example:
bedroom-3-pic6.jpg would be renamed to bedroom-3-f.jpg
I'd like to be able to simply drop the script into the folder, double click it, and have it automatically rename everything. I think with perl scripts I have to run it from CLI?