Multiple workspaces - configuration

Working off a networked Workspace for one specific client (we do outsourcing), our current setup is through the mslocal.cfg pointing to the shared workspace.

However in future each new Client is highly likely to have their own Workspace with own standards and Datasets etc. 

Editing the mslocal.cfg for each Client Workspace does not seem very practical although for the moment I cannot find any other way....Any suggestions out there?

Parents Reply Children
  • That is looking for the value established by MS_DEF.  It appears that currently it is set to $(_USTN_PROJECT)$(_USTN_PROJECTNAME)dgn/.  If you want the default directory to be the root of the project (in this case D:\Microstation\Workspace\projects\DPCT\ then simply add the following line to one of your configuration files and make sure that MS_DEF isn't set somewhere already in your DPCT.pcf file:

      MS_DEF = $(_USTN_PROJECT)$(_USTN_PROJECTNAME)

    -Travis