For some tests, I want to run the exiftool command processor with these parameters:
"{File.FullName}"
-b
-jpgfromraw
-w
"{File.Path}{Fil.Name}.jpg"
I run it with "Run for each file in selection" but always only get an error message saying that file xyz doesn't exist, though the path and name are correct. Example:
File not found: "P:/Photos Carlo/2014/09/2014-09-16 Vosges/D20140916008.dng"
1 files could not be read
0 output files created
I tried with an without the " "
What throws me off a bit is the fact that the path contains "/"s instead of "\"s ...
Problem solved by using
{Files}
-b
-jpgfromraw
-w!
jpg
and "Run once"