[Originally posted by gear on 2008-11-07 19:09:44-08]exiftool -P -r -d "Y:/temp/inbound/%date%/%Y%m%d-%I%M%S %%f.%%e" "-filename<DateTimeOriginal" *.nef *.jpg
...
This doesn't seem to work right, I end up with Fri/11/02/2007/image.nef
Is there a variable that holds the CURRENTDATE? And can I use a 2nd date format definition?
Exiftool v7.52
[Originally posted by exiftool on 2008-11-07 21:24:08-08]
You can only use one date format definition in a single
command, so if you need two, you must use separate commands.
You can use the "now" tag for the CURRENTDATE.
- Phil