How to export .txt file in exiftoolgui but in batch command line.

Started by Netol, May 26, 2024, 11:11:14 PM

Previous topic - Next topic

Netol

hi my friends,

How to export .txt file in exiftoolgui but in batch command line.

I need to do the same in the attached picture

c:\exiftool

Captura de pantalla 2024-05-26 230805.jpg

Phil Harvey

Adding -w txt to the command will save the output in a FILENAME.txt file for each processed file.

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