My requirements from ExifTool is to drag jpg files to it from Windows 7 environment and ExifTool will remove all EXIF information from those files and will overwrite the original files.
To what i need to rename the exiftool(-k).exe ?
Thanks.
Try renaming to exiftool(-k -all=).exe
- Phil
That did the trick, thanks!
how can i overwrite the original (no need for backup files) and remove in the end of the process the "press any key"? i want the console window to close automatically.
exiftool(-k -overwrite_original -all=).exe
That's good enough for me!
Great Util!
And remove the -k option to have the window close automatically.
(there is documentation for the command-line options (https://exiftool.org/exiftool_pod.html#options) that you can read if you want)
- Phil