Everything only detected when running

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Christian,

I'm not sure if this should be posted in this thread, but the author of Everything has posted a new version of the SDK, which implements support for more properties than before: file attributes, date created/modified/accessed, file and folder size, and also fast sorts of mentioned properties.

HTH.

Regards, EricB
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

TC9 already uses the new SDK functions to get more properties from Everything. TC uses this when Everything 1.4 beta (or newer) is installed.
Author of Total Commander
https://www.ghisler.com
User avatar
EricB
Senior Member
Senior Member
Posts: 355
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

What I meant is that the previous 1.4 beta SDK has been updated recently (19/12/2016). I've done a quick compare of the source files and a lot has been changed. I thought that might of of interest. I have the feeling that Everything 1.4 is rapidly approaching stable.

Regards, EricB
aabra1
Junior Member
Junior Member
Posts: 32
Joined: 2011-03-30, 00:23 UTC

Post by *aabra1 »

can someone describe how to integrate Everything 1.4 into TC 9.10

someone was suggesting on voidtools.com/forum around 2009(i suppose it is outdated) to add the following to Everything.ini:

Code: Select all

open_folder_path_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1")
open_file_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1")
open_folder_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1")
then I saw this in the history document:
27/11/2016 Added: Everything: Support named instances (Everything.exe -instance "somename"): wincmd.ini [Configuration] UseEverythingInstance=somename (32/64)
I am hoping to be able to use the following portable with TC9.10:
Everything-1.4.1.877.x86.zip Portable x86 Multilingual 1198 KB
Someone might have done it already but I cannot find comprehensive and consistent instructions on how to use Everything 1.4 with TC 9.10

greatly appreciated
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

aabra1 wrote:can someone describe how to integrate Everything 1.4 into TC 9.10

someone was suggesting on voidtools.com/forum around 2009(i suppose it is outdated) to add the following to Everything.ini:

Code: Select all

open_folder_path_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1")
open_file_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1")
open_folder_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1")
then I saw this in the history document:
27/11/2016 Added: Everything: Support named instances (Everything.exe -instance "somename"): wincmd.ini [Configuration] UseEverythingInstance=somename (32/64)
I am hoping to be able to use the following portable with TC9.10:
Everything-1.4.1.877.x86.zip Portable x86 Multilingual 1198 KB
Someone might have done it already but I cannot find comprehensive and consistent instructions on how to use Everything 1.4 with TC 9.10

greatly appreciated
There is no context menu entry to configure in Everything for TC usage.
Install the actual Everything as a service and auto-start Everything.
Then you can select the Everything checkbox in TC search dialog and in options for Dir size calculation.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Post by *Ovg »

2Horst.Epp
There is a context menu in Everything where anyone can configure settings for open files and folders, including with the help of TC :mrgreen:
http://rgho.st/7plqdXCzF
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
aabra1
Junior Member
Junior Member
Posts: 32
Joined: 2011-03-30, 00:23 UTC

Post by *aabra1 »

thanks it works

I ended up configuring the following under Everything>Tools>Options>ContextMenu:

Code: Select all

Open(folders)=$exec("c:\_TC\TOTALCMD.EXE" /O /T /L="%1")
Open(files)=$exec("c:\_TC\TOTALCMD.EXE" /O /T /L="%1")
Open Path=$openpath("c:\_TC\TOTALCMD.EXE" /O /T /L="%1")
clearly it did not like %COMMANDER_PATH%
I had to use c:\_TC\ (TC installation folder)
Post Reply