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
