Navigation: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Corrected wiki link)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
* [[Command line]]
* [[Command line]]
* [[Directory hotlist]]
* [[Directory hotlist]]
* [[History]]
* [[Directory history]]
* [[Buttonbar]]
* [[Buttonbar]]
* [[Menu]]
* [[Menu]]
Line 15: Line 15:




=== Navigation to virtual folders ===
== Navigation to virtual folders ==


Total Commander includes a set of internal commands to navigate to the most common virtual folders in Windows. The folder-specific context menu are also supported. For example "Empty recycle bin" or "Restore" are available.
Total Commander includes a set of internal commands to navigate to the most common virtual folders in Windows. The folder-specific context menu are also supported. For example "Empty recycle bin" or "Restore" are available.
Line 47: Line 47:
  |}
  |}


=== Other virtual folders ===
== Other virtual folders ==


Even if the desired virtual folder does not participate in this list,  please proceed as follows:  
Even if the desired virtual folder does not participate in this list,  please proceed as follows:  
Line 61: Line 61:
# This value must be copied now straght behind the command "cd " into the desired navigation element.
# This value must be copied now straght behind the command "cd " into the desired navigation element.


=== Pseudo environment variables ===
== Pseudo environment variables ==


In version 6.5 of Total Commander numerous differently pseudo environment variables were introduced.  
In version 6.5 of Total Commander numerous differently pseudo environment variables were introduced.  
Line 67: Line 67:
In the following list the actually supported pseudo environment variables are specified.  
In the following list the actually supported pseudo environment variables are specified.  


%COMMANDER_EXE% (TC 8)
  %COMMANDER_DRIVE% (TC 7)
  %COMMANDER_DRIVE% (TC 7)
  %COMMANDER_INI% (TC 7)
  %COMMANDER_INI% (TC 7)

Latest revision as of 19:04, 20 February 2016

Total Commander offers a navigation through multiple ways. These are listed in this article.


Navigation to virtual folders

Total Commander includes a set of internal commands to navigate to the most common virtual folders in Windows. The folder-specific context menu are also supported. For example "Empty recycle bin" or "Restore" are available.

The following virtual folders are fully supported:

Virtual folder Command
Desktop cm_OpenDesktop
My Computer cm_OpenDrives
Controls cm_OpenControls
Fonts cm_OpenFonts
Network neighborhood cm_OpenNetwork
Printhood cm_OpenPrinters
Recycle bin cm_OpenRecycled

Other virtual folders

Even if the desired virtual folder does not participate in this list, please proceed as follows:

  1. Guarantee that the setting: Save on exit: Directories is activated
  2. Navigate into your desired virtual folder manually
  3. Close Total Commander
  4. Start Total Commander
  5. The virtual folder should be opened as well
  6. Menu: Call Configuration: Change Settings Files Directly
  7. In the main settings file (usually Wincmd.ini) look for [ Left ] or [ right ] depending in which side the folder was opened.
  8. In this section there is the entry "Path".
  9. This value must be copied now straght behind the command "cd " into the desired navigation element.

Pseudo environment variables

In version 6.5 of Total Commander numerous differently pseudo environment variables were introduced. Environment variables are in the registration already existing assignments between names and locations. In the following list the actually supported pseudo environment variables are specified.

%COMMANDER_EXE% (TC 8)
%COMMANDER_DRIVE% (TC 7)
%COMMANDER_INI% (TC 7)
%COMMANDER_PATH%
%U3_DEVICE_EXEC_PATH%
%$APPDATA%
%$COMMON_APPDATA%
%$COMMON_DESKTOPDIRECTORY%
%$COMMON_DOCUMENTS%
%$COMMON_PICTURES%
%$COMMON_PROGRAMS%
%$COMMON_STARTMENU%
%$COMMON_STARTUP%
%$DESKTOP%
%$FONTS%
%$LOCAL_APPDATA%
%$MYMUSIC% (TC 7, XP only)
%$MYPICTURES%
%$MYVIDEO% (TC 7, XP only)
%$PERSONAL%
%$PROGRAMS%
%$STARTMENU%
%$STARTUP%

By using these commands one is able to navigate from each place fast and secure to their locations. Pseudo environment variables can be combined without problems with subordinated directories.

cd %$APPDATA%\Opera 

For environment variables with the same name lowercase letters are to be used.