Posted by member 7223 on 2003-07-03 06:09:26 link
I think it's not a very good idea to separate rc files for every module. I prefer put almost everything in step.rc and personal.rc. But both include a lot:
step.rc:
personal.rc:
step.rc:
Include "$UserEtc$settings.rc" ; per user theme settings
*mzScriptFile "$ConfigDir$Step.mz" ; global scripts
*mzScriptFile "$UserEtc$Step.mz" ; per user theme scripts
*mzScriptFile "$ConfigDir$Step.mz" ; global scripts
*mzScriptFile "$UserEtc$Step.mz" ; per user theme scripts
personal.rc:
Include "$PersonalDir$$Username$.rc" ; per user config (all themes)
*mzScriptFile "$PersonalDir$Step.mz" ; common scripts (all themes)
*mzScriptFile "$PersonalDir$Step.mz" ; common scripts (all themes)