how i am able to install 2 tc

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
chunwaihome
Junior Member
Junior Member
Posts: 75
Joined: 2005-02-09, 04:38 UTC

how i am able to install 2 tc

Post by *chunwaihome »

hi,

Why i can't two tc with different setting? I want to install one at c:\
and the other at d:\ so that i can install different plugin to them.
As i know i am unable run imagine and sgview plugin at the same time.
thx
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

I don't know why you can't, actually it's no problem.

Read TC help 4a) and use /i switch or copy wincmd.ini to each TC dir and set

Code: Select all

[Configuration]
UseIniInProgramDir=7
.

Icfu
This account is for sale
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2chunwaihome
I think it's not necessary to have Total Commander at two locations of your hard disk drive. All you need are two different configuration files. Which plug-ins are used is defined in this configuration files. As icfu pointed out the /i parameter can be used to set the ini file to use.
I you use UseIniInProgramDir you really need the program at two locations. The /i parameter it the best choice in this case.

Example:

Code: Select all

C:\Totalcmd\Totalcmd.exe "/i=C:\My Configurations\Config1.ini"

Code: Select all

C:\Totalcmd\Totalcmd.exe "/i=C:\My Configurations\Config2.ini"
Post Reply