I tried to manage open path in TC and put cursor on file using this:
Code: Select all
$exec("c:\Total Commander Extended\Totalcmd64.exe" /O /S /T /R=$openpath("%1"))
Installed latest stable releases Everything and TC, win10.
Code: Select all
$exec("c:\Total Commander Extended\Totalcmd64.exe" /O /S /T /R=$openpath("%1"))
Code: Select all
$exec("Path\to\TOTALCMD64.EXE" /O /A /S "%1")
Code: Select all
$exec("C:\Program Files\totalcmd\TOTALCMD64.EXE" "%1")