Hello -- I am having and issue with the tool/program exiftool
it seems that some of the command line switches will use % as part of tag to indicate a replacement value, ie %f will replace %f with the filename, so a command line might look like
exiftool -w %f .....
I have exiftool set up as batfile to get to the location where its located, then that bat file runs exiftool.exe
my issue is when at the cmd prompt I issue
exiftool -w %f .....
The first level of evaluation...
Read more
it seems that some of the command line switches will use % as part of tag to indicate a replacement value, ie %f will replace %f with the filename, so a command line might look like
exiftool -w %f .....
I have exiftool set up as batfile to get to the location where its located, then that bat file runs exiftool.exe
my issue is when at the cmd prompt I issue
exiftool -w %f .....
The first level of evaluation...
Read more