Hi,I want to set the configuration of AECOsim Building Designer so that if connected to our network it looks at the server workspace, and if it's not connected it looks locally. Any Help please!
Easy way to work that is to have your cfg file in the appl directory look for both and set based on which one it finds.
An example would be:
%if exists (f:/Bentley/Standards/.)
_USTN_SITE = f:/Bentley/Standards/
%endif
%if exists (z:/Bentley/Standards/.)
_USTN_SITE = z:/Bentley/Standards/
The way this works is that _USTN_SITE is set based on which path is found. This way you can use your different locations, but have only one cfg file.
Thanks Bear, I am going to try it out.
Regards Bear
Feel free to email me direct bear@roaminangler.com.au
Hi Bear.
I send you a email on 24-8-2013.
I will resend it you it.
Got the second one ajal. Email coming up.