10-11-2017, 02:51 PM
No.
I would replace Z: with an environment variable: foreach(d "%networkPath%\*" FE_Dir)
Somewhere before: SetEnvVar "networkPath" "\\Computer\SharedFolder". For example in function init2, it runs when QM starts.
Then in the future, if the path changes, need to edit only init2, and restart QM.
I would replace Z: with an environment variable: foreach(d "%networkPath%\*" FE_Dir)
Somewhere before: SetEnvVar "networkPath" "\\Computer\SharedFolder". For example in function init2, it runs when QM starts.
Then in the future, if the path changes, need to edit only init2, and restart QM.
