syscolor.dll automatically load ini file Thread last updated on 2003-05-29 01:08:33

Posted by member 2112 on 2003-05-28 21:56:07

This might seem stupid but I can't get syscolor.dll to load an ini file automatically. I can load it using !SCReadColors but I shouldn't have to use a bang should I?

This is what I have
;*Hotkey Win+Alt C !SCWriteColors
*Hotkey Win+Alt V !SCReadColors
;SCWriteOldColors true
;SCRestoreOldColors true
;SCOldIniFile "$ConfigDir$syscolour_old.ini"
SCIniFile "$ConfigDir$syscolour.ini"
SCLoadSection default


I don't know what SCLoadSection does as it's not described in the docs.

Posted by member 1 on 2003-05-29 00:56:31 link

SCLoadSection is how you pick what config from syscolour.ini you are going to load. It should be set off in []'s. Works fine here.

Posted by member 2112 on 2003-05-29 01:08:33 link

I knew it would be something simple. Thanks for the info.