wildcards (e.g. *.jpg) processing

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
covex

wildcards (e.g. *.jpg) processing

Post 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.
User avatar
xnview
Author of XnView
Posts: 46390
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post 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
Pierre.
Post Reply