07-08-2010, 11:57 AM
In this case you need to change settings as follow:
You don't need to put next options because they are the same as default:
Also you don't need to show how application must work on one extension:
because you set:
About CmdLine= param: syntax of this parameter is the follow:
You missed extension djvu in your example.
Code:
[Program11]
Name=DjVuReader.exe
FullPath=%COMMANDER_PATH%\PLUGINS\Media\DJ\DjVuReader.exe
SupportedExts=djvu
ForceRunOnAnyExt=1You don't need to put next options because they are the same as default:
Code:
OpenAtOnceForAnyExt=0
djvu_CmdLine=%1Also you don't need to show how application must work on one extension:
Code:
djvu_OpenAtOnce=1Code:
ForceRunOnAnyExt=1About CmdLine= param: syntax of this parameter is the follow:
Code:
[EXTENSION]_CmdLine=[Command line to open this extension]
