Dear Sir/madam
I have 187 Image Of my Site Survey Work
i have to put the Lat long Or Co-ordinate of those images in Excel Or Other Format
i have taken pictures by my Xiomi redmi note 4 handset..when i took pictures that time my gps location was on
I have Both Download
Image-ExifTool-10.50.tar
exiftool-10.50
but When i drag the images into exiftool cmd then window automatically disappear cmd window
kindly solve my problem
please i will be thankful to you
i need your help as soon as possible
example is included like image
my email id is :-dharmendra.purohit47@gmail.com
It sounds like you should read this post (https://exiftool.org/forum/index.php/topic,4888.0.html) about getting started with ExifTool on Windows.
- Phil
After reading Phil's link, you might try this command
exiftool -GPSLatitude -GPSLongitude -csv >Database.csv path/to/target/directory
@Stargeek: I learn something every day. I thought the redirection had to come last on the command line, but it works the way you've done it.
- Phil