Hi there. I am trying to do a batch convert and resize on multiple folders.
I am using the following rename mask
$N-small-$O-######
The problem is that that gives me: IMG_1008-small-.CR2000035.jpg with a period/fullstop before old file format. I am worried this might cause problems for some programs. Is there a way to have the file extension without the fullstop?
So to repeat I am looking for
IMG_1008-small-.CR2-000035.jpg
to be
IMG_1008-small-CR2-000035.jpg
Many thanks!
I am using the following rename mask
$N-small-$O-######
The problem is that that gives me: IMG_1008-small-.CR2000035.jpg with a period/fullstop before old file format. I am worried this might cause problems for some programs. Is there a way to have the file extension without the fullstop?
So to repeat I am looking for
IMG_1008-small-.CR2-000035.jpg
to be
IMG_1008-small-CR2-000035.jpg
Many thanks!
Comment