hi,
the following comandline produced an error. can you help me?
comandline: nconvert -out jpeg -ratio - rtype - lanczos -rflag orient -resize 107 0 -o "\\Daten\Fotos\ohne stempel\thumbnail_images\temp\%%.jpg" "\\Daten\Fotos\ohne stempel\temp\*.jpg"
errormessage: Error: Can't open file <\\Daten\Fotos\ohne stempel\temp\*.jpg>
thanks
chris
nconvert and unc-paths?
Moderators: helmut, XnTriq, xnview
-
- Posts: 4
- Joined: Wed Jan 13, 2010 11:26 am
Re: nconvert and unc-paths?
but the path contains spaces an without " the script produced some error to, because the path ends at ...\ohnexnview wrote:use \\Daten\Fotos\ohne stempel\temp\*.jpg without "
Re: nconvert and unc-paths?
* will not be used in ""
And "\\Daten\Fotos\ohne stempel\temp\"*.jpg
And "\\Daten\Fotos\ohne stempel\temp\"*.jpg
Pierre.
-
- Posts: 4
- Joined: Wed Jan 13, 2010 11:26 am
Re: nconvert and unc-paths?
sorry, but this creates the following error:xnview wrote:* will not be used in ""
And "\\Daten\Fotos\ohne stempel\temp\"*.jpg
Error: Can't open file <\\Daten\Fotos\ohne stempel\temp\"*.jpg>
-
- Posts: 4
- Joined: Wed Jan 13, 2010 11:26 am
Re: nconvert and unc-paths?
Even so, it does not work ...xnview wrote:And
"\\Daten\Fotos\ohne stempel"\temp\*.jpg?
Thanks anyway for your input Pierre.
Here is my practical knowledge: NCONVERT working at this point with no path at all, but only for files with a wildcard.
I must therefore go into the directory containing the images and start NCONVERT only with *.jpg. Then it works.
Thank you Pierre for your help.