problem running DNG converter from command line
I am trying to run the DNG converter (version 13.1.0.658) from the command line as per specification, but I am not getting any output and I don't understand why.
This is the comand I type at the windows command prompt:
"c:\Program Files\Adobe\Adobe DNG Converter\Adobe DNG Converter.exe" -c *.NEF
and it just returns to the command prompt without any message or output.
If I type the above command without the -c and *.NEF at the end, it starts the GUI interface, so the path to the executable is correct.
When I get the above to work, I then want to take the next step and put it in a FOR loop as shown below to convert all my NEF files in all my folders (below current folder), but I first should get the basic command to work.
for /R %f in (*.NEF) do "c:\Program Files\Adobe\Adobe DNG Converter\Adobe DNG Converter.exe" -cr4.6 -dDNGexport %f
Please help
Thanks
Willem
