Using nconvert in Context Menu in Windows

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

Moderators: XnTriq, helmut, xnview

Post Reply
menteith
Posts: 1
Joined: Sun Nov 03, 2013 4:54 pm

Using nconvert in Context Menu in Windows

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

Re: Using nconvert in Context Menu in Windows

Post by xnview »

Do you have tried "%1\*.jpg"
Pierre.
Post Reply