setting multiple values

Started by pedroparamo, November 26, 2013, 03:34:45 PM

Previous topic - Next topic

pedroparamo

Why does

exiftool -exif:Artist="Joe Smith"

set the Artist field to just 'Joe' and return the error

Error: File not found - Smithö

What am I missing?

Windows XP

Pedro

Phil Harvey

Hi Pedro,

Because you are using funny quotes.  Use standard ASCII quotes.

- 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 ($).