with "EVERYTHING", how can I make it have two or more databases, and let me choose which one it should be using or updating?
Thanks,
Jimmy

Moderators: Hacker, petermad, Stefan2, white
According to website: Multiple_Instances you should be able to make em_commands or buttons with command:JimmyTheBroker wrote:... I want to make em_commands that open up each of the above Everythings:...
Code: Select all
%COMMANDER_PATH%\totalcmd\Plug-ins\Everything\Everything.exe -instance "Home"
%COMMANDER_PATH%\totalcmd\Plug-ins\Everything\Everything.exe -instance "Work"
%COMMANDER_PATH%\totalcmd\Plug-ins\Everything\Everything.exe -instance "ZTabs"
Code: Select all
Everything=c:\totalcmd\Plug-ins\Everything\Everything.exe -startup
Everything=Everything.exe -startup
Set location of Everything.exe to run when user checks "Everything" checkbox while Everything isn't running yet.
Without this option, Everything.exe will be searched in the Total Commander folder.
Note: When specifying parameters pointing to a file, like -config, you need to specify the name including full path.
Otherwise Everything will not find the file.
I would be interested to know if that helped.tuska wrote:You could try the following:
Add in wincmd.ini under [Configuration]
Code: Select all
Everything=c:\totalcmd\Plug-ins\Everything\Everything.exe -startup
Using what you've suggested, the current opened EVERYTHING is ignored, and it makes a new instance of EVERYTHING and creates:tuska wrote:2JimmyTheBrokerI would be interested to know if that helped.tuska wrote:You could try the following:
Add in wincmd.ini under [Configuration]
Code: Select all
Everything=c:\totalcmd\Plug-ins\Everything\Everything.exe -startup
Regards
Karl
ExampleHISTORY.TXT wrote:05.12.16 Release Total Commander 9.0a release candidate 2 (32/64)
02.12.16 Added: wincmd.ini, UseEverythingInstance option now supports environment variables (32/64)
30.11.16 Release Total Commander 9.0a release candidate 1 (32/64)
27.11.16 Added: Everything: Support named instances (Everything.exe -instance "somename"):
wincmd.ini [Configuration] UseEverythingInstance=somename (32/64)
Code: Select all
wincmd.ini [Configuration] UseEverythingInstance=%COMPUTERNAME%
everything.exe -admin -config %COMPUTERNAME%.ini -instance %COMPUTERNAME% -db %COMPUTERNAME%.db
Code: Select all
%COMMANDER_PATH%\Tools\Everything\Everything-ProPC\Everything.exe -admin
-config %COMMANDER_PATH%\Tools\Everything\Everything-ProPC\%COMPUTERNAME%.ini
-instance %COMPUTERNAME% -db %COMMANDER_DRIVE%\Tools\Everything\Everything-ProPC\%COMPUTERNAME%.db
Maybe I'm just doing something wrong?HISTORY.TXT wrote:06.02.15 Added: Checkbox to enable/disable "Everything" in search, offer to download if not installed (32/64)
22.06.16 Added: Run "Everything" when the user checks the checkbox and it's not running but located in the Total Commander directory,
e.g. for portable applications (32/64)
28.06.16 Added: wincmd.ini [Configuration] Everything=Everything.exe set location of everything to run when it's not running,
and TC checks "Everything" checkbox (32/64)
27.11.16 Added: Everything: Support named instances (Everything.exe -instance "somename"):
wincmd.ini [Configuration] UseEverythingInstance=somename (32/64)
02.12.16 Added: wincmd.ini, UseEverythingInstance option now supports environment variables (32/64)
Code: Select all
sc delete Everything
sc delete "Everything (Everything_PRIVAT)"
sc delete "Everything (PC-Name)"
Code: Select all
sc delete Everything (PC-Name)