Alt-F6 (rename) doesn't work in Desktop Folder

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Alya
Junior Member
Junior Member
Posts: 58
Joined: 2005-01-19, 02:41 UTC

Alt-F6 (rename) doesn't work in Desktop Folder

Post by *Alya »

When Desktop folder is opened as //Desktop/*.* in Total Commander, Alt-F6 (rename) doesn't work.
But it works if I open Desktop using cd "C:\Documents and Settings\Administrator\Desktop\"

What could be the problem??
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

What could be the problem??
Desktop folder is opened as //Desktop/*.*
This way it is opened as a Virtual Folder, where many operations do not work (eg ZIP). The difference between this folder and the one in Documents and Settings is that the Virtual Folder contains also icons for All Users, AFAIK.

HTH
Roman
P.S. Alt-F6 is Unpack, Rename is Shift-F6. ;)
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Alya
Junior Member
Junior Member
Posts: 58
Joined: 2005-01-19, 02:41 UTC

Post by *Alya »

Thanks - I guess that means that for all practical purposes Desktop has to be accessed as cd "C:\Documents and Settings\Administrator\Desktop\"

yes I meant Shift-F6 :)
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Since TC 6.50 you can use the internal environment variable as well:
cd %$DESKTOP%

There are many more, check out the "What's new" section in help or HISTORY.TXT.

Icfu
This account is for sale
User avatar
szlori
Senior Member
Senior Member
Posts: 263
Joined: 2005-01-17, 07:12 UTC
Location: Sydney

Post by *szlori »

Alya wrote:Thanks - I guess that means that for all practical purposes Desktop has to be accessed as cd "C:\Documents and Settings\Administrator\Desktop"
yes I meant Shift-F6 :)
Right:
  • If you go to "//Desktop/" you will get all links (as you actually see on the desktop), but you can work only on your own ones (ie. the ones that are in "C:\Documents and Settings\<your_username>\Desktop"
  • If you use "cd %$DESKTOP%" you are actually directed to "C:\Documents and Settings\<your_username>\Desktop"
User avatar
Lefteous
Power Member
Power Member
Posts: 9537
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

There is also a variable to go to the common desktop directory:
cd %$COMMON_DESKTOPDIRECTORY%
Alya
Junior Member
Junior Member
Posts: 58
Joined: 2005-01-19, 02:41 UTC

Post by *Alya »

Thanks
Post Reply