I am trying to install exiftool on windows 7. I read https://exiftool.org/install.html and done as written.
The problem is now, when I type exiftool in cmd, it open new exiftool cmd window which still shows exiftool documentation, and if you go till the end, it closes automatically.
How can I avoid documentation?
ExifTool shows the documentation if you run it without arguments. Try this:
In the cmd.exe window, type "exiftool", then a SPACE, but don't press RETURN yet.
Drag and drop a file onto the cmd.exe window.
Press RETURN.
This will extract metadata from the file you dropped.
- Phil
Thanks :)