well,my wincmd.ini:
Code: Select all
[ListerPlugins]
0=%Commander_path%\Plugins\WLX\ICLView\ICLView.wlx
0_detect=MULTIMEDIA & ext="ICL" | ext="ICO" | (force & (ext="EXE" | ext="DLL"))
1=%Commander_path%\Plugins\WLX\nfoviewer\nfoviewer.wlx
1_detect=ext="NFO" | ext="DIZ"
2=%Commander_path%\Plugins\WLX\Imagine\Imagine.wlx
2_detect=MULTIMEDIA
3=%Commander_path%\Plugins\WLX\ieview\ieview.wlx
4=%Commander_path%\Plugins\WLX\fileinfo\fileinfo.wlx
fileinfo dialog appeared
i must press 4 to switch between fileinfo and iclview
but the priority settings of the two is listed above...confused.
then i tried to solve it, i change
Code: Select all
0_detect=MULTIMEDIA & ext="ICL" | ext="ICO" | (force & (ext="EXE" | ext="DLL"))
Code: Select all
0_detect=MULTIMEDIA & ext="ICL" | ext="ICO" | ext="EXE" | ext="DLL"
iclview dialog appears:)
but when i tried to press 4...
the lister window disappeared...
wondering if anyone can help me:)thx