Created
May 28, 2017 01:36
-
-
Save twobob/f1987059f9649da05a1c86c449bfb84b to your computer and use it in GitHub Desktop.
utterly remove exif with exiftool window command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forfiles /m *.JPG /C "cmd /c echo 'Processing @file' & exiftool.exe -r -overwrite_original -P -all= @file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment