07-08-2010, 06:03 PM
Please try to add the follow param to all params of [Program11] section:
Also, sorry for wrong information: ForceRunOnAnyExt param isn't needed, you need to use OpenAtOnceForAnyExt=1 instead it.
Also, this application has troubles if OpenFileTC tries to open it using standart methods. So you need to check that this app need to use fourth type of solution: "Run application on each file separately, also send this file as a parameter with quotes" (OpeningOption=4).
So this section will be:
This section is worked on my PC. Please check it from your side.
Code:
OpeningOption=4Also, this application has troubles if OpenFileTC tries to open it using standart methods. So you need to check that this app need to use fourth type of solution: "Run application on each file separately, also send this file as a parameter with quotes" (OpeningOption=4).
So this section will be:
Code:
[Program11]
Name=DjVuReader.exe
FullPath=%COMMANDER_PATH%\PLUGINS\Media\DJ\DjVuReader.exe
SupportedExts=djvu
OpenAtOnceForAnyExt=1
OpeningOption=4
