I want to retrieve IPTC data from jpg files. I intend to use exiftool for that. My question is: How can i get the data into Autoit. Something Like: $var = run(Exiftool -Tag IPTC:City) Exiftool is an exe file. You can pass al lot of parameters to read or write properties to images I know how to use exiftool, but i don't find a way to use it in autoit Thanks Tonse