Search found 3 matches

by jesperfj
Sat Oct 04, 2008 5:54 pm
Forum: NConvert
Topic: runing program and command from "RUN"
Replies: 5
Views: 1582

ok got it working by doing this in the bat-file:

cd\
cd program files
cd xnview
cd nconvert
nconvert.exe -out jpeg "C:\1.tif"

:D
by jesperfj
Sat Oct 04, 2008 2:10 pm
Forum: NConvert
Topic: runing program and command from "RUN"
Replies: 5
Views: 1582

I'm trying something simple to get it to work.

Simply running this bat-file:

C:\Program Files\XnView\nconvert\nconvert.exe -out jpeg "C:\1.tif"

should convert til file, I believe.
The cmd-window flashes briefly.
What am I doing wrong?
by jesperfj
Sat Oct 04, 2008 1:52 pm
Forum: NConvert
Topic: runing program and command from "RUN"
Replies: 5
Views: 1582

I've created a bat-file using XnView with this content:

C:\Program Files\XnView\nconvert\nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o C:\\%%.jpg -ratio -rtype lanczos -rflag orient -resize 200 0 -sharpen 12 "C:\Program Files\XnView\nconvert\111.tif" "C:\Program Files ...