Search result -> Missing Option -> Open Path

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Search result -> Missing Option -> Open Path

Post by *makinero »

Search result:
Missing the Context Menu with an option, Right Click -> Open the Path.
https://postimg.cc/GH2KzfbZ

F3 View only opens a preview of a file, e.g. a photo etc.
User avatar
HolgerK
Power Member
Power Member
Posts: 5412
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Search result -> Missing Option -> Open Path

Post by *HolgerK »

[Go to file]

Or a static context menu extension...
OpenInTC.reg wrote:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open in TC]
[HKEY_CLASSES_ROOT\Directory\shell\Open in TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /O /T /L=%1"

[HKEY_CLASSES_ROOT\Folder\shell\Open in TC]
[HKEY_CLASSES_ROOT\Folder\shell\Open in TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /O /T /L=%1"


[HKEY_CLASSES_ROOT\Drive\shell\Open in TC]
[HKEY_CLASSES_ROOT\Drive\shell\Open in TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /O /T /L=%1"

[HKEY_CLASSES_ROOT\*\shell\Open in TC]
[HKEY_CLASSES_ROOT\*\shell\Open in TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /O /T /L=%1"

[HKEY_CLASSES_ROOT\Directory\shell\Open in new TC]
[HKEY_CLASSES_ROOT\Directory\shell\Open in new TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /N /T /L=%1"

[HKEY_CLASSES_ROOT\Folder\shell\Open in new TC]
[HKEY_CLASSES_ROOT\Folder\shell\Open in new TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /N /T /L=%1"

[HKEY_CLASSES_ROOT\Drive\shell\Open in new TC]
[HKEY_CLASSES_ROOT\Drive\shell\Open in new TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /N /T /L=%1"

[HKEY_CLASSES_ROOT\*\shell\Open in new TC]
[HKEY_CLASSES_ROOT\*\shell\Open in new TC\command]
@="C:\\Tools\\Totalcmd\\TOTALCMD64.EXE /N /T /L=%1"
- Adapt the path "C:\\Tools\\Totalcmd\\" to the path of your TC installation.
- Save the code block as "OpenInTC.reg" and import this into the registry

From search results the "Open in new TC" entry should be used.
Regards
Holger
Make our planet great again
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7015
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Search result -> Missing Option -> Open Path

Post by *Horst.Epp »

makinero wrote: 2019-01-03, 12:05 UTC Search result:
Missing the Context Menu with an option, Right Click -> Open the Path.
https://postimg.cc/GH2KzfbZ

F3 View only opens a preview of a file, e.g. a photo etc.
Feed to listbox and you have the full context menu for every item.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Search result -> Missing Option -> Open Path

Post by *makinero »

Where do you see the option "Open path" or "Open Location" Or "Open containing Folder" :x

https://postimg.cc/K3Sz4jmn
User avatar
HolgerK
Power Member
Power Member
Posts: 5412
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Search result -> Missing Option -> Open Path

Post by *HolgerK »

Where do you see the option "Open..
the magic word was _context_ menu
BTW: You did not specify which program should be used to open the path...
You did not read the spoiler content, did you?
Regards
Holger
Make our planet great again
User avatar
petermad
Power Member
Power Member
Posts: 16121
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Search result -> Missing Option -> Open Path

Post by *petermad »

From Find Files window: http://madsenworld.dk/tcmd/gotosearchdir.png

From Seach result panel: http://madsenworld.dk/tcmd/search-oppositepanel.png (Ctrl+ArrowRight or Ctrl+ArrowLeft)

Or use this button when in the Search result panel:

Code: Select all

TOTALCMD#BAR#DATA
cd
%N
%COMMANDER_EXE%,6
Go to file under cursor (from listbox or branch view)


-1
To make the button:
1. Mark the green text above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctri+C).
3. Right click on TC's buttonbar and choose "Paste".
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Search result -> Missing Option -> Open Path

Post by *makinero »

petermad wrote: 2019-01-03, 17:42 UTC From Find Files window: http://madsenworld.dk/tcmd/gotosearchdir.png

From Seach result panel: http://madsenworld.dk/tcmd/search-oppositepanel.png (Ctrl+ArrowRight or Ctrl+ArrowLeft)

Or use this button when in the Search result panel:

Code: Select all

TOTALCMD#BAR#DATA
cd
%N
%COMMANDER_EXE%,6
Go to file under cursor (from listbox or branch view)


-1
To make the button:
1. Mark the green text above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctri+C).
3. Right click on TC's buttonbar and choose "Paste".
And what's next, no example plugins configuration.
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Search result -> Missing Option -> Open Path

Post by *makinero »

.
Last edited by makinero on 2019-01-03, 19:27 UTC, edited 1 time in total.
User avatar
petermad
Power Member
Power Member
Posts: 16121
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Search result -> Missing Option -> Open Path

Post by *petermad »

Nothing show dimension:
This is a thread about "Search result -> Missing Option -> Open Path" - not about image dimensions
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Search result -> Missing Option -> Open Path

Post by *makinero »

petermad wrote: 2019-01-03, 18:44 UTC
Nothing show dimension:
This is a thread about "Search result -> Missing Option -> Open Path" - not about image dimensions
An ordinary mistake in the topics. :lol:
Post Reply