In FreeFileSync, how to limit open the directory with a third -party resource manager such as OneCommander or TC?

Discuss new features and functions
Posts: 7
Joined: 29 Mar 2024

dublove

When I double -click a certain file, I will use Windowns to open the directory where the file is located with the resource manager.
I want to open it with OC or TC, how should I set?
Thank you ~
User avatar
Posts: 3603
Joined: 11 Jun 2019

xCSxXenon

There isn't a way to change how a file is opened with a double-click
User avatar
Posts: 3603
Joined: 11 Jun 2019

xCSxXenon

Oh I see! I thought those were only accessible from the context menu. I missed that it says the first entry can be used by double-clicking! Nice
Posts: 7
Joined: 29 Mar 2024

dublove

I didn't understand it.
For example, my OC path is as follows, how should I express?
D:\Program Files (x86)\OneCommander\OneCommander\OneCommander.exe
Posts: 943
Joined: 8 May 2006

therube

I don't know OC, but it would seem to be something like

OC.exe %item_path%
or
OC.exe -path %item_path%
or the like

https://www.onecommander.com/help/3._Full_reference_guide/Starting_from_Command_line.html


I'd set up a hotkey solution, first, & once that is working, go about mirroring that to the double-click method.