I have imported my Everyting settings and the context menu entries look ok.
I have set the Open Path entry to Total commander.
TC is started but not with the selected dir or file.
Explore parth is set to XYplorer, it starts XYplorer but without the required pathes.
Explore is set to Windows Explorer and this entry starts Explorer with its default.
So for me the context menu entries do not function at all
Here the entries from the ini file
Code: Select all
open_folder_command2=$exec("C:\Tools\Wincmd\totalcmd64.exe" /a /o /s "%1")
open_file_command2=
open_path_command2=$exec("C:\Tools\Wincmd\totalcmd64.exe" /a /o /s "%1")
explore_command2=$exec("%SystemRoot%\explorer.exe" /n,/e,/select,"%1")
explore_path_command2=$exec("C:\Tools\XYplorer\XYplorer.exe" "%1")