[Originally posted by mfeske on 2010-03-15 05:36:02.03885-07]
Hello everybody,
which Option I must use to write in the fields, which I see when I make a right click on the file and i go to roperties fileinformation expanded
the my screenhot here sorry i cant send the link, theire is a error information from forum, what must i do to send a link?
Greetings Micha
[Originally posted by exiftool on 2010-03-15 05:41:15.73594-07]The only documentation I have seen on this subject is
here.
- Phil
[Originally posted by mfeske on 2010-03-15 05:49:35.38469-07]
.. so it is not possible with exiftool?
[Originally posted by exiftool on 2010-03-15 05:54:19.609283-07]
This is not an exiftool limitation. Wildcards in filenames are
handled by the shell. So the question is: Is this possible
in a Windows shell? Maybe someone who knows more about
Windows can help here.
- Phil
[Originally posted by exiftool on 2010-03-15 06:00:39.811166-07]
Sorry. I was thinking about the other thread when I posted this.
Yes, this is possible with exiftool. You just need to figure out what
tags are displayed by Windows and write them with ExifTool.
- Phil
[Originally posted by exiftool on 2010-03-15 06:02:30.863892-07]An alternative is to add a
-if option to your
original command, so it looks something like this:
... -ext png -ext jpg -ext tif -if "$filename =~ /_wm_/" ...
- Phil
[Originally posted by mfeske on 2010-03-15 06:13:23.589017-07]
Thanks Phil,
this will work !
greetings
Micha