Hi there,
A few weeks ago I enabled the Explorer integration with TC, but the main problem with it is that when I click on a folder outside of TC (let's say, in my Desktop), it opens the folder in TC in the current tab. That causes to loss of the previous opened folder in this tab.
I would like to be able to set TC to open folders from the outside (Again, clicking on a folder in my Desktop, for example) in a new tab in TC. Is that possible?
Thanks,
Dudu.
Total Commander Explorer integration and tabs
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 13
- Joined: 2014-05-07, 17:32 UTC
- Location: Israel
Add /T parameter to your TOTALCMD.exe starting command, e.g.:
This will open dir in a new tab of active panel of existing TC instance.
Code: Select all
TOTALCMD.exe /O /T /S /L="%1"
-
- Junior Member
- Posts: 13
- Joined: 2014-05-07, 17:32 UTC
- Location: Israel
That was exactly what I wanted.MVV wrote:Add /T parameter to your TOTALCMD.exe starting command, e.g.:This will open dir in a new tab of active panel of existing TC instance.Code: Select all
TOTALCMD.exe /O /T /S /L="%1"
Thank you very much!