user iconribrob on February 23rd 2008
1341 views

topic iconRenaming files

I'm sure this is possible but i'm not getting my head around it today!

I want to drag and drop files onto Picture Resizer, scale them at good quality to 75x75 pixels and rename them to AlbumArtSmall.jpg

Obviously i need to do this via the command line as rename Photo Resizer to PhotoResize75x75HNOI only does the scaling for me.

Any help appreciated!

user iconVlasta on February 23rd 2008 0

Yes, it is possible using the -c switch. You'll probably need to use something like:

"-c<ROOT><PATH>AlbumArtSmall.jpg" (including the double quotes)

But, be aware that this will only work correctly if there is only a single image per folder. If there are more, the resized versions will overwrite each other.

user iconribrob on February 23rd 2008 0

Thank you. 😊

user icon