ExifTool Forum

ExifTool => Newbies => Topic started by: nq270 on November 01, 2019, 03:48:47 AM

Title: Entering fixed string
Post by: nq270 on November 01, 2019, 03:48:47 AM
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.
Title: Re: Entering fixed string
Post by: greybeard on November 01, 2019, 03:55:37 AM
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
Title: Re: Entering fixed string
Post by: nq270 on November 01, 2019, 04:26:00 AM
Thanks greybeard,

I knew it was something simple.

Thank you so much again