feature request: cm_OpenMyDocuments
Moderators: Hacker, petermad, Stefan2, white
feature request: cm_OpenMyDocuments
It would be very usefull to have a command cm_OpenMyDocuments that goed to the My Documents directory of the current user.
It's really inconvenient to go to C:\Documents and Settings\username\My Documents\ by hand.
It's really inconvenient to go to C:\Documents and Settings\username\My Documents\ by hand.
Button too
2compie
Hi !
• You can too create a button in the tool-bar carrying the folder with the mouse above a free area of the bar, keeping the left-button pressed; press too Shift or Alt, then loosen the key and the mouse button : the folder is in the bar as an icon, with which you can open directly that folder.
• You may change that icon with a specific one, also write a caption for the info-balloon from Options >>> Buttons.
Kind regards,
Claude
Clo

• You can too create a button in the tool-bar carrying the folder with the mouse above a free area of the bar, keeping the left-button pressed; press too Shift or Alt, then loosen the key and the mouse button : the folder is in the bar as an icon, with which you can open directly that folder.
• You may change that icon with a specific one, also write a caption for the info-balloon from Options >>> Buttons.

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Just use the following command:
cd %userprofile%\My Documents
cd %userprofile%\My Documents
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
cd %userprofile%\Mes DocumentsLefteous wrote:cd %userprofile%\My Documents works on english windows versions only.
Works fine with the french version of Windows2K
Just adapt to your version...
Cheers
Paul
Ouistiti, #11943
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
2Vansumsen
1) Another language version of windows installed,
2) The user has chosen another directory for his own documents using Tweak UI or editing the registry keys directly (see below).
I'm waiting impatiently for the new "registry environment variables" feature in a future release of Total Commander which will enable you to use all variables in and just like ordinary environment variables.
That's what I'm doing at the moment ("%USERPROFILE%\Eigene Dateien" in german windows xp). The problem with this solution is that my tc usb stick installation fails on some computers where the user has:cd %userprofile%\Mes Documents
Works fine with the french version of Windows2K
Just adapt to your version...
1) Another language version of windows installed,
2) The user has chosen another directory for his own documents using Tweak UI or editing the registry keys directly (see below).
I'm waiting impatiently for the new "registry environment variables" feature in a future release of Total Commander which will enable you to use all variables in
Code: Select all
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
It would be effectively very useful ! and not only for this problem !Lefteous wrote:2Vansumsen
[I'm waiting impatiently for the new "registry environment variables" feature in a future release of Total Commander which will enable you to use all variables in
Kind regards
Paul
Ouistiti, #11943
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
- pdavit
- Power Member
- Posts: 1529
- Joined: 2003-02-05, 21:41 UTC
- Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
- Contact:
compie wrote:We already have:
cm_OpenDesktop
cm_OpenDrives
cm_OpenRecycled
etc, so why no cm_OpenMyDocuments?
Why don't you create your own internal command for use? We have the ability you know!

"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
Christian Ghisler Rules!!!
[face=courier]On 10-03-2004 20:31:08 +0000 compie wrote:
c> How can I create my own command?
Read FAQ.txt.[/face]
c> How can I create my own command?
Read FAQ.txt.[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
Yes, it works but only if you haven't changed your "My Documents" path though TweakUI...ghisler(Author) wrote:Just use the following command:
cd %userprofile%\My Documents

- Wanderer -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
AND it only works if you have the english version of windows.wanderer wrote:Yes, it works but only if you haven't changed your "My Documents" path though TweakUI...ghisler(Author) wrote:Just use the following command:
cd %userprofile%\My Documents
Plenty of reasons to just add cm_OpenMyDocuments I think.
2compie
Have you read my posting above? cd %PERSONAL% will work someday.
One more argument against an extra command:
Have you read my posting above? cd %PERSONAL% will work someday.
One more argument against an extra command:
All above listed commands open virtual folders. "My Documents" is not a virtual folder, it always points to a physical directory.We already have:
cm_OpenDesktop
cm_OpenDrives
cm_OpenRecycled
etc, so why no cm_OpenMyDocuments?