Suggestion for RedirectSection and AlternateUserIni

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
tommy0910
Junior Member
Junior Member
Posts: 41
Joined: 2004-07-08, 09:22 UTC

Suggestion for RedirectSection and AlternateUserIni

Post by *tommy0910 »

When the file defined as AlternateUserIni doesn't exist and gets newly created, it would be great if all redirected sections would be copied from the main file instead of starting with blank sections. This way, one could define default values but still allow the user to change them. Or, in my, case: I would like to store the AlternateUserIni file on a RAM disk so that it gets reset on every reboot, but I would like to have my defaults (especially for [AllResolutions] and tab configuration) instead of TC's.

Example:

in main config:

Code: Select all

[Configuration]
AlternateUserIni=c:\temp\tc.ini

[AllResolutions]
RedirectSection=1
Divider=500
DividerQuickView=500
FontCharset=1
...
currently, when creating c:\temp\tc.ini, the file is almost empty. I would suggest to create it this way:

Code: Select all

[AllResolutions]
Divider=500
DividerQuickView=500
FontCharset=1
...
Users who want defaults still can leave their redirected sections empty in the main ini file.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can easilly add copy command to batch that creates RAM drive in order to copy preconfigured alternate INI to it.
Post Reply