How ist the correct syntax to rename the exe-file for deleting all meta-data?

Started by Mango, July 17, 2011, 04:29:45 PM

Previous topic - Next topic

Mango

Hi Phil,

how do I rename the exe-file for deleting all meta-data from a jpg?

I don't want to write the command-line
exiftool -all= desktop/JPG/*.jpg

But I want to rename the exe-file!!
For example to change the date I use
exiftool(-alldates='2011 07 11 08 00 00' -overwrite_original).exe
and drag the files there.
But to delete all meta-data, I can not find the right way to rename the exe  :(
Please could you help me?

MANY thanks!
Mango

ryerman

Windows 10 Home 64 bit, Exiftool v12.61

Mango

 :( Jim, these are all examples of the command line!
I wrote, I try to rename the exe-file!

* - for example - is not allowed.....

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 ($).

Mango

Hi Phil,

thank you!!!! That's what I tried to do  :)
Many thanks for your help!

Mango