"Everything" file search software: open files in r

English support forum

Moderators: white, Hacker, petermad, Stefan2

MC
Senior Member
Senior Member
Posts: 402
Joined: 2003-02-05, 13:53 UTC

Post by *MC »

Thanks for all the above information. I still have one problem: when I perform an action in Everything then TC is started and shows the file or folder. When TC is already running (normal on my machine) it just gets the focus but does not update the left or right panel, means nothing happens.

A quick idea what I am doing wrong?
MC
Senior Member
Senior Member
Posts: 402
Joined: 2003-02-05, 13:53 UTC

Post by *MC »

Ok, I got it. As I never use Tabs (disabled them) I had to remove the /T from the examples.
raytc
Senior Member
Senior Member
Posts: 274
Joined: 2004-06-28, 11:03 UTC

Post by *raytc »

A few months ago I installed the new beta version of everything search.
(1.3.3.658b Beta for Windows)

Whatever I do, "open path with double click" to TC doesn't work anymore
(I have TC 64 bits installed).

Does anyone have it working?

Code: Select all

open_folder_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /L="%1")
open_file_command2=$exec("%1")
open_path_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /L="%1")
explore_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /R="%1")
explore_path_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /R="%1")
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6508
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

raytc wrote:A few months ago I installed the new beta version of everything search.
(1.3.3.658b Beta for Windows)

Whatever I do, "open path with double click" to TC doesn't work anymore
(I have TC 64 bits installed).

Does anyone have it working?

Code: Select all

open_folder_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /L="%1")
open_file_command2=$exec("%1")
open_path_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /L="%1")
explore_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /R="%1")
explore_path_command2=$exec("c:\Program Files\totalcmd\TOTALCMD64.EXE" /O /T /R="%1")
The following works for me with the actual beta:

open_folder_command2=$exec(c:\Tools\Wincmd\TOTALCMD64.EXE /o /t /l="%1")
open_file_command2=
open_path_command2=$exec(c:\Tools\Wincmd\TOTALCMD64.EXE /o /t /l="%1")
explore_command2=$exec(c:\Tools\Wincmd\TOTALCMD64.EXE /o /t /l="%1")
explore_path_command2=$exec(c:\Tools\Wincmd\TOTALCMD64.EXE /o /t /l="$parent(%1)")

I also install it as a service to avoid running with elevation.
Works perfectly.
raytc
Senior Member
Senior Member
Posts: 274
Joined: 2004-06-28, 11:03 UTC

Post by *raytc »

I tried your settings but it didn't work either.
Then I found it...
I had to put a copy of everything.ini also in program files/everything

Very strange because the one in the 'roaming' folder is the one updated if I change something in options.

I remember me now that I had such a thing with 'everything' also a few years ago.
Post Reply