Hi,
How do I copy a fixed string (Epson 2450) in to Exif tag name "Model" ?
Looks simple enough, but haven't been able to do so.
Thanks again for all help.
I'm guessing you are missing the quotes around the string (needed because of the embedded space)
exiftool -Model="Epson 2450" filename
If that doesn't work let us know what message you get
Thanks greybeard,
I knew it was something simple.
Thank you so much again