I know that I have asked this before but can't locate the thread. I'm trying to set the configuration of SS3 so that if connected to our network it looks at the server workspace, and if it's not connected it looks locally. I have tried the following which works fine locally when not when connected to the network. It still is looking at the local workspace.
%level 0
_USTN_WORKSPACEROOT : C:/ProgramData/Bentley/MicroStation V8i (SELECTseries)/WorkSpace/Standards/
%if exists (I:/V8i(SS3)-workspace/)
_USTN_WORKSPACEROOT : I:/V8i(SS3)-workspace/
%endif
%lock _USTN_WORKSPACEROOT
%level 2
I then tried the following which doesn't work and gives a syntax error on line 3 as shown below. The error reads 'syntax error, expected ">", (C:\ProgramData\Bentley\MicroStation V8i (SELECTseries)\Workspace\standards\satnadards.cfg)
%level 0
_USTN_WORKSPACEROOT : I:/V8i(SS3)-workspace/
%if exists ("C:/ProgramData/Bentley/MicroStation V8i (SELECTseries)/WorkSpace/")
_USTN_WORKSPACEROOT : C:/ProgramData/Bentley/MicroStation V8i (SELECTseries)/WorkSpace/
%endif
%lock _USTN_WORKSPACEROOT
%level 2
Can anyone help with this as it's driving me mad? TIA.