Page 1 of 1
basic help please...
Posted: Mon Jan 31, 2005 4:58 pm
by mrrafs
I cant seem to run nConvert....
-If i double click it, it open/closes a command line.
-If I type 'nconvert -help' in the windows command line it dosent recognise it.
im on winXP..
tia.......
Posted: Mon Jan 31, 2005 5:35 pm
by Guest
ok I've put the .exe in the system32 and this works but....im getting 'error cant open file'
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o C:\Documents and Settings\rafal.kaniewski.CAPITAL-FX\Desktop\temp "C:\Documents and Settings\rafal.kaniewski.CAPITAL-FX\Desktop\000017.jpg"
Posted: Wed Feb 02, 2005 9:30 pm
by helmut
Anonymous wrote:ok I've put the .exe in the system32 and this works but....im getting 'error cant open file'
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o C:\Documents and Settings\rafal.kaniewski.CAPITAL-FX\Desktop\temp "C:\Documents and Settings\rafal.kaniewski.CAPITAL-FX\Desktop\000017.jpg"
Since the path/filename has spaces in it, you have to use double quotes ("):
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o "C:\Documents and Settings\rafal.kaniewski.CAPITAL-FX\Desktop\temp" "C:\Documents and Settings\rafal.kaniewski.CAPITAL-FX\Desktop\000017.jpg"