|
Hello,
I'm trying to fill my Exif UserComment with IPTC values. Therefore I'm starting ExifTool with the following command line within a .BAT file:
ExifTool.exe -P -m -L "-UserComment<$IPTC:Country-PrimaryLocationName $IPTC:City $IPTC:Caption-Abstract" *.jpg
The result in the UserComment is:
Country City Caption
How can I inclue a linefeed between the single values, so that each value is among eatch other?
Any idea?
Regards
Heiko |