ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: SimpleM on July 18, 2011, 05:54:22 AM

Title: Remove all EXIF info from Windows 7 environment
Post by: SimpleM on July 18, 2011, 05:54:22 AM
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.
Title: Re: Remove all EXIF info from Windows 7 environment
Post by: Phil Harvey on July 18, 2011, 07:31:15 AM
Try renaming to exiftool(-k -all=).exe

- Phil
Title: Re: Remove all EXIF info from Windows 7 environment
Post by: SimpleM on July 18, 2011, 07:33:52 AM
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.

Title: Re: Remove all EXIF info from Windows 7 environment
Post by: SimpleM on July 18, 2011, 07:38:26 AM
exiftool(-k -overwrite_original -all=).exe
That's good enough for me!


Great Util!
Title: Re: Remove all EXIF info from Windows 7 environment
Post by: Phil Harvey on July 18, 2011, 12:25:56 PM
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