Hi all,
I need to tag image file information for a batch of files with Enfocus Switch. I would like to know if there is an exiftool script to do something like this. Second question is is it possible to change or add the IPTC:DateCreated to "Today()" plus one day. I know you can do DateCreated+=24 for instance.
All help will be greatly appreciated.
To set a time to today + 1 day, you could do this:
exiftool "-createdate<${now;ShiftTime('1 0')}" FILEorDIR
I don't know what you mean by "Enfocus Switch".
- Phil