Hi,
If I have understood your suggestion correctly, then I regret to inform you that it is NOT possible
to open a file by double-clicking in 'Everything' with an application defined in Total Commander
with the function "Internal Associations (Total Commander Only)...".
If a file is to be opened directly in 'Everything' by double-clicking with the desired application,
then the corresponding settings are required in 'Everything' 1.5a:
References:
Listed below are additional options that allow you to use the
function "Internal Associations (Total Commander Only)..." in Total Commander:
Reference: Search queries in TC using 'Everything'
Windows 11 Pro (x64) Version 23H2 (OS Build 22631.3958)
TC 11.03 x64/x86 | 'Everything' 1.5.0.1383a (x64)
Search queries: Total Commander <=> 'Everything' <= Windows Search
If I have understood your suggestion correctly, then I regret to inform you that it is NOT possible
to open a file by double-clicking in 'Everything' with an application defined in Total Commander
with the function "Internal Associations (Total Commander Only)...".
If a file is to be opened directly in 'Everything' by double-clicking with the desired application,
then the corresponding settings are required in 'Everything' 1.5a:
References:
- Custom Open Commands - Everything 1.5.0.1355a - 17.8.2023
- INI Setting - custom_open_commands
Attention: Do not use this sample code!... Please see: Custom Open Commands and the example below.
CODE: Change any "name":"..." values to: "name":""
I informed the author of 'Everything' by email on 30 July 2024.
- EXAMPLE (successfully tested!):
Everything Options - 1.5.0.1383a (x64) > Advanced > Search for: custom_open_commands > Value for custom_open_commands:Adjust the applications and paths and then click on the "Apply"-button, then on "OK".Code:
[{"name":"","type":2,"filter":"*.jpg;*.jpeg;*.psd","command":"$exec(\"C:\\totalcmd\\Tools\\IrfanView-portable-64bit\\IrfanView\\i_view64.exe\" \"%1\")"},{"name":"","type":2,"filter":"*.mp4;*.mov","command":"$exec(\"C:\\Program Files $(x86$)\\K-Lite Codec Pack\\MPC-HC64\\mpc-hc64.exe\" \"%1\")"},{"name":"","type":2,"filter":"*.7z;*.zip","command":"$exec(\"C:\\totalcmd\\Totalcmd64.exe\" /O /A /S \"%1\")"}]
Note: *.psd files will open in IrfanView with this setting in Everything instead of Photoshop.
- NotNull: Notepad++ with the JSON Viewer plugin installed
- NotNull: Explanation of parameterisation
Listed below are additional options that allow you to use the
function "Internal Associations (Total Commander Only)..." in Total Commander:
Reference: Search queries in TC using 'Everything'
- Search in Total Commander with integration of 'Everything' tool
Point 1.: TC Parameter --> ed: resp. 2. TC Parameter --> ev: - Search directly in 'Everything'
- Transfer from one(!) search result to Total Commander
Point 16. : Send 'Everything' search results to Total Commander...
Point 16.1: Context menu entries - Transfer multiple search results to Total Commander
Point 16.2: Send 'Everything' search results to Total Commander - AutoHotkey (.AHK) SCRIPT
- Transfer from one(!) search result to Total Commander
Windows 11 Pro (x64) Version 23H2 (OS Build 22631.3958)
TC 11.03 x64/x86 | 'Everything' 1.5.0.1383a (x64)
Search queries: Total Commander <=> 'Everything' <= Windows Search
Statistics: Posted by tuska — 2024-07-30, 13:09 UTC