19 Jan 11, 03:40PM
You should put scripts other than tools.cfg in a folder (for example, "scripts") and execute that folder at the end of autoexec.cfg:
This will ensure that tools.cfg is executed first, and any scripts that depend on it are not neglected.
[SELECT ALL] Code:
exec config\tools.cfg
execdir scripts