Tc32/Tc64 Configuration: "RedirectSection" and "PROCESSOR ARCHITECTURE"

From TotalcmdWiki
Revision as of 11:30, 14 May 2012 by JOUBE (talk | contribs)
Jump to navigation Jump to search

It is provided, and also useful, to install both versions - TC and TCx64 - in one directory. As of that, of course, also the configurations files (and notably also the wincmd.ini) are used by both versions simultaneously. This is so willed and desired, and therefore the best way to handle it.



64bit: PROCESSOR_ARCHITECTURE=AMD64
32bit: PROCESSOR_ARCHITECTURE=x86

For the aforementioned example, see summarized the following:

Datei wincmd.ini (Auszug):
...
[Colors]
RedirectSection=%COMMANDER_INI%-%PROCESSOR_ARCHITECTURE%
...

File wincmd.ini-x86:
[Colors]
InverseCursor=0
InverseSelection=0
BackColor=14803425
BackColor2=-1
ForeColor=-1
MarkColor=-1
CursorColor=-1
CursorText=-1

File wincmd.ini-amd64:
[Colors]
InverseCursor=0
InverseSelection=0
BackColor=16777215
BackColor2=-1
ForeColor=-1
MarkColor=-1
CursorColor=-1
CursorText=-1


<- Configuration

Back to Main Page