In TC8.5 the dropdown list contains the My Documents entry.
I guess the value from the registry is used ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" possibly)
Can this path also be a CM command like the "My Computer" (cm_OpenDrives) so it could be used in a button/shortcut also?
(I would also like "Downloads" to be included, but maybe this is to obscure, since this isn't in the dropdown box either..)
TC 8.50 cm command mydocuments
Moderators: Hacker, petermad, Stefan2, white
Try this:
Other TC-defined variables I know are %$APPDATA% and %$LOCAL_APPDATA%/$LOCALAPPDATA%.
BTW just tried to find something about these pseudo-variables in HISTORY or help - no luck. So, I think they should be documented.
Code: Select all
cd %$PERSONAL%
BTW just tried to find something about these pseudo-variables in HISTORY or help - no luck. So, I think they should be documented.
Thanks! this helps a lot. 
I used %USERPROFILE%, which is working fine on my personal installation, but is not pointing to the correct directory on the company installations because this directory was shifted to another drive.
I also see that the download parameter was allready requested in another thread (when searching for this pseudo-variables)

I used %USERPROFILE%, which is working fine on my personal installation, but is not pointing to the correct directory on the company installations because this directory was shifted to another drive.
I also see that the download parameter was allready requested in another thread (when searching for this pseudo-variables)