|
Hello,
I like to write the filename without the file extension to XMP:Description
ExifTool -XMP:Description<FileName *.*
writes the complete name into the description field (with extension)
ExifTool -XMP:Description<%f *.*
writes the string '%f' into the description field.
What I'm doing wrong??
Regards
Heiko
|