Code: Select all
[Associations]
Filter2=*.dll; *.
Filter2_open=""%commander_path%\TOTALCMD64.EXE" /S=L "%1""
https://ibb.co/Z2J9ZgQ
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
[Associations]
Filter2=*.dll; *.
Filter2_open=""%commander_path%\TOTALCMD64.EXE" /S=L "%1""
Code: Select all
[Associations]
Filter1=>DllOrNoExt
Filter1_open=""%COMMANDER_EXE%" /S=L "%1""
[Searches]
DllOrNoExt_SearchFor=^[^.]+$|.+\.dll$
DllOrNoExt_SearchFlags=0|002002001020|||||||||0000|||
Code: Select all
[Associations]
Filter2=*.dll;*.
Filter2_open=""%COMMANDER_PATH%\Utils\TCFS2\TCFS2.exe" /ef tcm(903,1)"
Lister cannot handle a trailing dot, see my response in the bug thread by Fla$her: viewtopic.php?p=423606#p423606KozakMak wrote: 2022-11-01, 06:11 UTC *.dll file opens normally, but files without extension - error "file not found"
Try regular expression \.$ (ends with dot). That does work. The icon doesn't change though.
Thanks, but we'll do without half-solutions for now. Better wait for a fix.white wrote: 2022-11-01, 10:46 UTCTry regular expression \.$ (end with dot). That does work. The icon doesn't change though.