Main Menu

Renaming Photos

Started by pck, July 26, 2014, 07:29:29 AM

Previous topic - Next topic

pck

Hei,

I want to rename my photos a special way.

The should be called like this:

YEAR-MONTH-DAY OWN NAME-LETTERCOUNTER
2014-01-04 Own Name-P0008

at the moment I have this:
-d %Y-%m-%d%%-4nc.%%e "-filename<CreateDate"

the result is this:
2014-01-04-0001

How can I add the extra name and the letter after the "-"?

Phil Harvey

Like this:

-d %Y-%m-%d "-filename<${createdate} OWN NAME-%4nc.%e"

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).