drag&drop to open file location

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Amsis
Junior Member
Junior Member
Posts: 47
Joined: 2006-08-13, 09:09 UTC
Location: Italy

drag&drop to open file location

Post by *Amsis »

Is there a way to drag a file & drop it into TC in order to open the directory & select the file dropped?
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

No, TC doesn't have such function.
User avatar
Amsis
Junior Member
Junior Member
Posts: 47
Joined: 2006-08-13, 09:09 UTC
Location: Italy

Post by *Amsis »

So, Mr. Ghisler, it would be possible to implement it?
For example, it could use the empty space of the folder tabs header, for the drop action.
User avatar
nsp
Power Member
Power Member
Posts: 1804
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Amsis wrote:So, Mr. Ghisler, it would be possible to implement it?
For example, it could use the empty space of the folder tabs header, for the drop action.
If you use TC as file manager you do not need it as you are already on the file folder !
You can implement it with AHK, AutoIt, Powerpro... a "drop zone" or in a context menu entry calling totalcmd.exe /o /s /L="%1"
you can add /T to open in a new tab.

One of the best free editor for context menu easy context menu for windows !
User avatar
Amsis
Junior Member
Junior Member
Posts: 47
Joined: 2006-08-13, 09:09 UTC
Location: Italy

Post by *Amsis »

I'm "TC-centric" and the need borns just when I'm out from TC (i.e. in my IDE, in some image organizer, in the download list of the browser, etc)...

nsp, thanks for your tips: I'll have a look at AHK.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

TC does move or copy when you drop files - it is the most expected behaviour from file manager.
User avatar
nsp
Power Member
Power Member
Posts: 1804
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Amsis wrote:I'm "TC-centric" and the need borns just when I'm out from TC (i.e. in my IDE, in some image organizer, in the download list of the browser, etc)...

nsp, thanks for your tips: I'll have a look at AHK.
if you only need "Simple stuff", you can also make a link on your desktop using the following command :

Code: Select all

<pathTo>\totalcmd.exe /o /s /l="%1"
this wil act as you whish.
From firefox, some addon let you add the context menu to file from download manager and you are back to context menu solution.
User avatar
Amsis
Junior Member
Junior Member
Posts: 47
Joined: 2006-08-13, 09:09 UTC
Location: Italy

Post by *Amsis »

MVV wrote:TC does move or copy when you drop files - it is the most expected behaviour from file manager.
This is true for file panels.
On the folder tab, in my opinion, could be a useful feature.
nsp wrote: if you only need "Simple stuff", you can also make a link on your desktop using the following command :

Code: Select all

<pathTo>\totalcmd.exe /o /s /l="%1"
this wil act as you whish.
Thanks again, this is a good alternative for now :)


BTW, I already use something like these two useful reg hack:
Post Reply