Hi guys.
Sorry for my bad english.
how can i put this command to arg file ?
exiftool -overwrite_original -all= -tagsFromFile @ -CreateDate -DatetimeOriginal C:\test\test.jpg
my goal is create an argument file that is delete all tags but except CreateDate DateTimeoriginal.
The arg file would be:
-overwrite_original
-all=
-tagsFromFile
@
-CreateDate
-DatetimeOriginal
Then the command is:
exiftool -@ argfile.txt DIR
- Phil
@Phil Harvey
Thank you very much
it's work good now.