Navigation: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
(Translation of De: Navigation, unfinished)
Line 1: Line 1:
Total Commander offers a navigation through multiple ways.
These are listed in this article.
* [[File window]]
* [[Command line]]
* [[Directory Hotlist]]
* [[History]]
* [[Buttonbar]]
* [[Menu]]
* [[Start]]
* [[Drive buttons]]
* [[Folder tabs]]
* [[Current directory]]
=== Navigation to virtual folders ===
Der Total Commander bildet mithilfe interner Befehle einen grossen Teil der
virtuellen Verzeichnisse innerhalb seiner Dateiliste ab.
Im Kontextmenü werden die gewohnten Optionen angezeigt.
Zum Beispiel "Papierkorb leeren" oder "Wiederherstellen", wenn man auf / in dem Papierkorb rechtsklickt.
The following virtual folders are fully supported:
{| border="1" cellspacing="0" cellpadding="5" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#F9F9F9; font-size:96%; empty-cells:show;"
|'''Virtual folder'''
|Command
|-
|Desktop
|cm_OpenDesktop
|-
|Drives
|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:
# Guarantee that the setting: [[Options#Save_on_exit|Save on exit: Directories]] is activated
# Navigate into your desired virtual folder manually
# Close Total Commander
# Start Total Commander
# The virtual folder should be opened as well
# Menu: Call [[Configuration]]: Change Settings Files Directly
# In the main settings file (usually Wincmd.ini) look for [[Ini-settings#Left.2C_Right|[ Left ]]] or [ right ] depending in which side the folder was opened.
# In this section there is the entry "Path".
# 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.
cd %COMMANDER_PATH%
cd %$MYPICTURES%
cd %$LOCAL_APPDATA%
cd %$APPDATA%
cd %$DESKTOP%
cd %$PERSONAL%
cd %$PROGRAMS%
cd %$STARTMENU%
cd %$FONTS%
cd %$STARTUP%
cd %$COMMON_APPDATA%
cd %$COMMON_DESKTOPDIRECTORY%
cd %$COMMON_DOCUMENTS%
cd %$COMMON_PROGRAMS%
cd %$COMMON_STARTMENU%
cd %$COMMON_STARTUP%
cd %$COMMON_PICTURES%
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.
{{translation|Navigation|Internal functions}}
{{translation|Navigation|Internal functions}}

Revision as of 15:01, 27 June 2006

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

Navigation to virtual folders

Der Total Commander bildet mithilfe interner Befehle einen grossen Teil der 
virtuellen Verzeichnisse innerhalb seiner Dateiliste ab.
Im Kontextmenü werden die gewohnten Optionen angezeigt. 
Zum Beispiel "Papierkorb leeren" oder "Wiederherstellen", wenn man auf / in dem Papierkorb rechtsklickt.

The following virtual folders are fully supported:

Virtual folder Command
Desktop cm_OpenDesktop
Drives 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.

cd %COMMANDER_PATH%
cd %$MYPICTURES%
cd %$LOCAL_APPDATA%
cd %$APPDATA%
cd %$DESKTOP%
cd %$PERSONAL%
cd %$PROGRAMS%
cd %$STARTMENU%
cd %$FONTS%
cd %$STARTUP%
cd %$COMMON_APPDATA%
cd %$COMMON_DESKTOPDIRECTORY%
cd %$COMMON_DOCUMENTS%
cd %$COMMON_PROGRAMS%
cd %$COMMON_STARTMENU%
cd %$COMMON_STARTUP%
cd %$COMMON_PICTURES%

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.





Please visit: Translation requests or follow other language link behind "In other languages" section of the page's left sidebar. This page is available in German (Deutsch).




Back to Internal functions