TC in folder context menu?

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
Xtrician
Senior Member
Senior Member
Posts: 412
Joined: 2005-04-24, 10:29 UTC
Location: Israel

TC in folder context menu?

Post by *Xtrician »

Hi All,

I can to press right click on some folder in explorer and select "Browe with Total Commander"
And then its open in TC the selected folder i want.

I Can to do it?
Last edited by Xtrician on 2005-11-22, 11:03 UTC, edited 1 time in total.
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Post by *Gral »

Yes
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Import this BrowseWithTC.reg into the registry by pressing enter on the file (adjust the path if necessary):

Code: Select all

REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Total Commander]

[HKEY_CLASSES_ROOT\Folder\shell\Total Commander\command]
@="\"c:\\Program Files\\Total Commander\\TOTALCMD.EXE\" /O /T \"%1\""
I switched to Linux, bye and thanks for all the fish!
User avatar
Xtrician
Senior Member
Senior Member
Posts: 412
Joined: 2005-04-24, 10:29 UTC
Location: Israel

Post by *Xtrician »

Thank you.
Elad
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

You're welcome.
Just one request: please make your subject more descriptive, like "TC in folder context menu?", or "Can I browse a folder with TC from Explorer?"
I switched to Linux, bye and thanks for all the fish!
User avatar
Xtrician
Senior Member
Senior Member
Posts: 412
Joined: 2005-04-24, 10:29 UTC
Location: Israel

Post by *Xtrician »

If someone want here is the script which make that:

http://members.lycos.co.uk/eladangel/BrowseWithTC.zip

And here is a screenshot:

Image: http://members.lycos.co.uk/eladangel/bwtc.PNG

Very useful..
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Xtrician
Thanks, i too use this menu entry all the time!
I switched to Linux, bye and thanks for all the fish!
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
Xtrician
Senior Member
Senior Member
Posts: 412
Joined: 2005-04-24, 10:29 UTC
Location: Israel

Post by *Xtrician »

Seems nice but why to install that if you can to do that by little script..
Elad
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Yeah and its advanced functionality is $24.95, functionality that can be attained with various freeware menu-launcher/explorers, a few reg tweaks and some file association changes.
User avatar
majkinetor
Senior Member
Senior Member
Posts: 369
Joined: 2005-11-20, 10:36 UTC
Location: Belgrade, Serbia
Contact:

Post by *majkinetor »

I hate people that price such programs
We are not doing this just for the money.
We are doing it for sh*t load of money.
 
 
r-moth.com
r-moth.deviantart.com
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Small addition for SanskritFritz's context extension above:

For better keyboard usage you can give it a hotkey by assigning a description including an "&", like

Code: Select all

REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Total Commander]
@="&Total Commander (open in)"

[HKEY_CLASSES_ROOT\Folder\shell\Total Commander\command]
@="\"c:\\Program Files\\Total Commander\\TOTALCMD.EXE\" /O /T \"%1\""
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
Alexejs
Junior Member
Junior Member
Posts: 7
Joined: 2008-02-13, 14:02 UTC

Post by *Alexejs »

StatusQuo wrote:Small addition for SanskritFritz's context extension above:

For better keyboard usage you can give it a hotkey by assigning a description including an "&", like

Code: Select all

REGEDIT4

It is "Accelerator", not a hotkey :)
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Alexejs wrote:It is "Accelerator", not a hotkey :)
You're right.


P.S.: This also works for selected files (not only folders):

Code: Select all

REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Total_Commander]
@="&Total Commander (open in)"

[HKEY_CLASSES_ROOT\Folder\shell\Total_Commander\command]
@=""c:\\Program Files\\Total Commander\\TOTALCMD.EXE" /O /T /S /L="%1"" 

[HKEY_CLASSES_ROOT\*\shell\Total_Commander]
@="&Total Commander (open in dir)"

[HKEY_CLASSES_ROOT\*\shell\Total_Commander\command]
@=""c:\\Program Files\\Total Commander\\TOTALCMD.EXE" /O /T /S /L="%1""
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
leopoldus
Senior Member
Senior Member
Posts: 221
Joined: 2004-11-21, 09:47 UTC

Post by *leopoldus »

[HKEY_CLASSES_ROOT\*\shell\Total_Commander\command]
@="\"c:\\Program Files\\Total Commander\\TOTALCMD.EXE\" /O /T /S /L=\"%1\""
This command does not work properly for me 'cause the conflict with the packer plugin fhRAR. It gives every time the error message: "fhRAR AAA.txt: Not a valid RAR archive" Have no any idea, why fhRAR intercepts hadling every non-RAR file being sending to TC from the OS. Is there any workaround?

BTW, where is it possible to view the meaning of those parameteres [/b]"/O /T /S /L" used in this command?
Post Reply