Search found 3 matches

by lzoch1
Thu Oct 20, 2011 11:29 am
Forum: NConvert
Topic: Problem - spaces and wildcards in parameters
Replies: 4
Views: 1884

Re: Problem - spaces and wildcards in parameters

xnview wrote:Ok, so here the only way is to use a bat command + for
Thank you, the best way will be using XNconvert, there are no problems with spaces, diacritics and so on in directory- and file-names.

Ladislav
by lzoch1
Wed Oct 19, 2011 11:03 am
Forum: NConvert
Topic: Problem - spaces and wildcards in parameters
Replies: 4
Views: 1884

Re: Problem - spaces and wildcards in parameters

Do you have tried:

nconvert.exe [other parameters] -o c:\destination dir\%.jpg c:\source^ dir\*.jpg


Sorry, it doesn't work. I will describe my situation:

Directory structure:
---------------------------

C:.
+---!!
| +---destination dir
| +---source dir ---Image1.jpg


Using CONVERT.BAT ...
by lzoch1
Tue Oct 18, 2011 9:18 am
Forum: NConvert
Topic: Problem - spaces and wildcards in parameters
Replies: 4
Views: 1884

Problem - spaces and wildcards in parameters

Hello, is there any solution for this problem ?

Nconvert.exe knows wildcards, but without quotations only, or knows quotations, but without wildcards only.
Is any possibility how to correctly use this command?

nconvert.exe [other parameters] -o c:\destination dir\%.jpg c:\source dir\*.jpg ...