Open directory from explorer in TT from context menu

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
doak
Junior Member
Junior Member
Posts: 5
Joined: 2004-09-27, 02:24 UTC

Open directory from explorer in TT from context menu

Post by *doak »

Hi,

I wanted to open directory's in totalcommander from explorer. I couldn't find any configuration options to do this. So i made it myself and want to share this with the community. Place next code in a new text file and save it as a .reg extension file

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open with Total Commander]

[HKEY_CLASSES_ROOT\Directory\shell\Open with Total Commander\command]
@="\"C:\\Program Files\\totalcmd\\TOTALCMD.EXE\" \"/O\" \"%1\" \"%1\""

Replace the program path with your installation directory. The /O switch means it will open in the current TT. For more commandline switch info got to here

I hope that those who need it are helped :lol:
User avatar
HolgerK
Power Member
Power Member
Posts: 5411
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Post Reply