Remove all EXIF info from Windows 7 environment

Started by SimpleM, July 18, 2011, 05:54:22 AM

Previous topic - Next topic

SimpleM

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.

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

SimpleM

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.


SimpleM

exiftool(-k -overwrite_original -all=).exe
That's good enough for me!


Great Util!

Phil Harvey

And remove the -k option to have the window close automatically.

(there is documentation for the command-line options that you can read if you want)

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).