gETTING TAGS OF ONLY A

Started by evilaro, April 27, 2011, 06:37:44 AM

Previous topic - Next topic

evilaro

      *run(false, 'exiftool.exe -tag  "&MI"> resultado2.txt ')       
      *run(false, 'exiftool.exe -list -r -v > resultado2.txt ')

      FILE="E:\IM\RA001\DVD 101\OLYMPUS_900Z\223_Mali_Burkina\P1010052.JPG"       
      run(false, 'exiftool.exe -list -r -v "&FILE" > resultado2.txt ')
      MODI COMM RESULTADO2.TXT
      return
www.evilfoto.eu
*************

Phil Harvey

There is currently no option to extract just the tag names from a 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 ($).