How can I access the Windows desktop?

From TotalcmdWiki
Revision as of 19:21, 21 March 2009 by Beatnonstop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A: Create a button in the button bar with the command cm_OpenDesktop A corresponding icon can be found in the file shell32.dll in the Windows directory (simply type this file name in the field 'icon file' and press ENTER).
Using the commandline:

cd %$DESKTOP% (DESKTOP all capital) - for user's desktop
cd %$COMMON_DESKTOPDIRECTORY% - for allusers' desktop

Back to User interface