Page 1 of 1

NConvert with Total Commander

Posted: Wed Oct 18, 2017 12:27 pm
by Nick_
Hello!
I have many image files with different names and extensions. I need to delete ICC profile in some files, but this must be done only in copy of this files. Long names and special characters must be supported.

For example: <Original file №1>
Result: <Original file №1 without ICC profile> (its copy of file <Original file №1> but without ICC profile).

Image
Field parametres in Total Commander: -clean 4 %S

In this case original files is replaced, but I need to change only copy of source file. So, I need that NConvert first copy of source file with a new filename and than delete ICC profile.

How this problem can be done in Total Commander with NConvert?

Re: NConvert with Total Commander

Posted: Thu Oct 19, 2017 8:22 am
by xnview
Is it possible to use short filename when you start an external app from TC?

Re: NConvert with Total Commander

Posted: Thu Oct 19, 2017 9:02 am
by Nick_
xnview wrote:Is it possible to use short filename when you start an external app from TC?
Yes it possible. It`s variable <%l>.
For example: "C:\PROGRA~1\LONGNA~1.EXE".

Re: NConvert with Total Commander

Posted: Thu Oct 19, 2017 12:25 pm
by xnview
Nick_ wrote:
xnview wrote:Is it possible to use short filename when you start an external app from TC?
Yes it possible. It`s variable <%l>.
For example: "C:\PROGRA~1\LONGNA~1.EXE".
not a solution, the problem is that NConvert use ASCII filename, not unicode...