photools.com Community

IMatch Discussion Boards => General Discussion and Questions => Topic started by: Carlo Didier on April 24, 2015, 10:53:04 AM

Title: Help with ECP neede
Post by: Carlo Didier on April 24, 2015, 10:53:04 AM
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 ...
Title: Re: Help with ECP neede
Post by: Carlo Didier on April 24, 2015, 11:09:09 AM
Problem solved by using
{Files}
-b
-jpgfromraw
-w!
jpg

and "Run once"