Page 1 of 1

Filenames with % character

Posted: Wed Sep 20, 2006 2:56 pm
by szhrmp
I need to convert some files which have a % character in it (e.g. 3Chinesen_Z%c3%bcrich.png). Nconvert tries to substitue the percentage character, is it possible to escape it?

Peter

Re: Filenames with % character

Posted: Thu Sep 21, 2006 7:07 am
by xnview
szhrmp wrote:I need to convert some files which have a % character in it (e.g. 3Chinesen_Z%c3%bcrich.png). Nconvert tries to substitue the percentage character, is it possible to escape it?
Could you try %%?

% filenames

Posted: Thu Sep 21, 2006 10:32 am
by szhrmp
%% wont work, what happens that nconvert replaces each % with the original file name.

the %% is only required if you put the command in a bat file (which I don't do)

Re: % filenames

Posted: Fri Sep 22, 2006 6:44 am
by xnview
szhrmp wrote:%% wont work, what happens that nconvert replaces each % with the original file name.

the %% is only required if you put the command in a bat file (which I don't do)
Right, so i'll fix it