Browse By Tags

  • RE: Workspaces on different drives on a network

    I can get it to work making the following addition to the msdir.cfg (C:\Program Files (x86)\Bentley\MicroStation V8i (SELECTseries)\MicroStation\config): [General] _USTN_INSTALLED_WORKSPACEROOT=Z:\Personal\BSR\Workspace/ # _USTN_INSTALLED_WORKSPACEROOT…
  • %if exists expressions in .pcf files

    I am trying to create an expression in a .pcf file which looks to see if a folder exists and if it does, sets the project data variable to it. If it fails to find the folder, th eproject data variable should be set to another folder. I am using the…