Convert images with nconvert.exe

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Convert images with nconvert.exe

Post by *jslegers »

Hello,

I want to make a button which can re size images with nconvert.exe from the maker of XnView.

I have made a button

Command : %COMMANDER_PATH%\Tools\XnView\nconvert.exe
Parameter : -resize 50% 50% -o %_small %P%S

When I do this in dos it works but when i do use the button it doesn't re-size it and the -o %_small doesn't work.

Is there a work around or must I use tcbl?
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Post by *jslegers »

Solved it.

Missed the double % sign.

command parameter is now :

-resize 50%% 50%% -o %T%%_small %P%S
Post Reply