shareable configuration file

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Extrawurst
New Member
New Member
Posts: 1
Joined: 2012-06-13, 11:26 UTC

shareable configuration file

Post by *Extrawurst »

I use TC on multiple computers and i have the wincmd.ini in my dropbox. the problem with this is that also custom stuff like the currently open tabs are saved in there.

i propse to have those workspace specific data in a separat ini that would not be shared.

the wincmd.ini should store just "static" configurations that are just done once and will not change often.

any chance something like this could be implemented.
umbra
Power Member
Power Member
Posts: 876
Joined: 2012-01-14, 20:41 UTC

Post by *umbra »

Hi, you can do it manually even now. See http://ghisler.ch/board/viewtopic.php?t=34358 for a similar request. Basically, you can have a shared wincmd.ini and redirect all user-specific sections from it to another file stored locally.
Windows 10 Pro x64, Windows 11 Pro x64
User avatar
EricB
Senior Member
Senior Member
Posts: 357
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Another possibility is to have all of TC in your Dropbox in portable mode, which implies you only have to maintain a single installation and redirect sections like this:

RedirectSection=%COMMANDER_PATH%\Settings\%COMPUTERNAME%-History.ini

This way you have the possibility to maintain separate settings for history etc per computer, but you can also have some global settings, that are shared by all instances:

Redirectsection=%COMMANDER_PATH%\Settings\Plugins.ini

Moreover, all those ini files are nicely tucked away in a subdirectory, leaving the TC folder a bit less cluttered.

Regards, EricB
Post Reply