Hi,
Is it possible to copy the path of the current dir in clipboard in order to paste it in another application (as a string) ?
At the moment I'm forced to lauch explorer just to Ctrl-C the adress bar, so it would be very convenient if I could do the same under TC.
Sorry if this has already been posted, I didn't find it with the search command.
Thanks.
Copying current path in clipboard ?
Moderators: Hacker, petermad, Stefan2, white
2mia--chan
You don't have to use explorer. You have assign one of the following commands to a button or a menu entry:
cm_CopyNamesToClip=2017;Copy filenames to clipboard
cm_CopyFullNamesToClip=2018;Copy names with full path
cm_CopyNetNamesToClip=2021;Copy names with UNC path
cm_CopySrcPathToClip=2029;Copy source path to clipboard
cm_CopyTrgPathToClip=2030;Copy target path to clipboard
If you want to copy user-defined paths to clipboard take a look at my signature
If you need Lst2Clip 1.02 support please use this thread
You don't have to use explorer. You have assign one of the following commands to a button or a menu entry:
cm_CopyNamesToClip=2017;Copy filenames to clipboard
cm_CopyFullNamesToClip=2018;Copy names with full path
cm_CopyNetNamesToClip=2021;Copy names with UNC path
cm_CopySrcPathToClip=2029;Copy source path to clipboard
cm_CopyTrgPathToClip=2030;Copy target path to clipboard
If you want to copy user-defined paths to clipboard take a look at my signature

If you need Lst2Clip 1.02 support please use this thread
Last edited by Lefteous on 2004-09-22, 11:17 UTC, edited 3 times in total.
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Button too
2SanskritFritz
Hello !
… And for keyboard-allergic users, a button with :
KR
Claude
Clo


Code: Select all
cm_editpath

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
and another…
2SanskritFritz
… and another way is the single left-click on the panel title-bar, BUT :
-You can see the same than above in the French Tutorial
… and you can post in the French forum too
Kind regards to All,
Claude
Clo
… and another way is the single left-click on the panel title-bar, BUT :
2mia--chanFrom the TC-Tutorial >> Index 4-b >> totalcmd.inc topic >> Navigation
cm_editpath=2912;Edit path field above file list
Changes the title-bar of the current directory into a contextual edit-field.
In order to open this field by a single click on the title-bar of the active window too, you ought to enable the display of these bars, of course.
You must also verify and / or change the entry of wincmd.ini :
InplaceRenamePath=1
if you would have set InplaceRename=0, or else the single-click could not work !
-You can see the same than above in the French Tutorial



Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials