Page 1 of 1

Using nconvert in Context Menu in Windows

Posted: Sun Nov 03, 2013 5:00 pm
by menteith
Hi all,

I decided to post my question on this forum since it deals with nconvert.

I have figured out the extact command to be used. Here it comes:

Code: Select all

nconvert.exe -overwrite -ratio -resize 1300 0  *.jpg

What I would like to acheive is to have this command in right (context menu) in every Windows folder. I have the right registry key but when I put

Code: Select all

nconvert.exe -overwrite -ratio -resize 1300 0  %1/*.jpg
it doesn not work. Could you help me, please?

Re: Using nconvert in Context Menu in Windows

Posted: Mon Nov 04, 2013 7:56 am
by xnview
Do you have tried "%1\*.jpg"