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 ~
In FreeFileSync, how to limit open the directory with a third -party resource manager such as OneCommander or TC?
- Posts: 7
- Joined: 29 Mar 2024
- Posts: 4055
- Joined: 11 Jun 2019
There isn't a way to change how a file is opened with a double-click
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
In fact there is: https://freefilesync.org/manual.php?topic=external-applications
- Posts: 4055
- Joined: 11 Jun 2019
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
I didn't understand it.
For example, my OC path is as follows, how should I express?
For example, my OC path is as follows, how should I express?
D:\Program Files (x86)\OneCommander\OneCommander\OneCommander.exe
- Posts: 1037
- Joined: 8 May 2006
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.
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.