Page 1 of 1

wildcards (e.g. *.jpg) processing

Posted: Sun Feb 20, 2005 9:16 am
by covex
I tried the following command on WXP
..\nconvert.exe -q 50 -ratio -resize 300 myphotos\*.jpg

There is e.g. 7 files in the directory "myphotos", but only 6 of them is converted. Always the first picture remains untouched. Maybe it is problem of windows handling wildcards... I dono.

Re: wildcards (e.g. *.jpg) processing

Posted: Tue Feb 22, 2005 9:41 am
by xnview
covex wrote:I tried the following command on WXP
..\nconvert.exe -q 50 -ratio -resize 300 myphotos\*.jpg

There is e.g. 7 files in the directory "myphotos", but only 6 of them is converted. Always the first picture remains untouched. Maybe it is problem of windows handling wildcards... I dono.
You must use :
..\nconvert.exe -q 50 -ratio -resize 300 0 myphotos\*.jpg