How to open Total commander from folder widnow under win 7&a

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
toybear1999
Junior Member
Junior Member
Posts: 7
Joined: 2012-04-21, 11:49 UTC

How to open Total commander from folder widnow under win 7&a

Post by *toybear1999 »

How can I open total commander from folder window under win7 and browse the files under current folder window? I often need to switch from folder window to Total commander. But I don't want to replace the folder explore with total commander. Appreciate your help.
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1050
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

One way would be to put a link to TotalCmd.exe in c:\Users\<USERNAME>\AppData\Roaming\Microsoft\Windows\SendTo\

Add some options to your liking eg " /o /t" to open a new tab in the existing TC instance.


The other way is to create a real context menu entry for folders. Save as tc.reg and run:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\Total Commander\command]
@="\"c:\\Program Files (x86)\\TotalCmd\\TOTALCMD.exe\" /o /t \"%1\""
To have an entry when you click in the background of the explorer window:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Total Commander\command]
@="\"c:\\Program Files (x86)\\TotalCmd\\TOTALCMD.exe\" /o /t \"%V\""
Last edited by ZoSTeR on 2013-06-12, 12:13 UTC, edited 1 time in total.
toybear1999
Junior Member
Junior Member
Posts: 7
Joined: 2012-04-21, 11:49 UTC

Post by *toybear1999 »

Very thanks for your kindly help. I select the first way to add to send to list. It works very well. Thanks!
Post Reply