Hello,
This is my first post on Be Communities and I am very new to learning MicroStation, so please forgive me if my question seems silly or very elementary.
I have a task at work that has me looking into the configuration files of MicroStation, specifically mslocal.cfg and msconfig.cfg. Right now I am only trying to dissect and understand what these files do and how to interpret them. I was wondering if someone can tell me what language/syntax these files are written in so I can cross reference this and get a better understanding of what is going on? For example, I'd like to interpret what this little snippet does within the msconfig.cfg file:
%level 0%if defined(_macintosh)%if exists ($(_macsyspref)ustation.cfg)%include $(_macsyspref)ustation.cfg%endif%endif%if defined (_os2)MS_PRINTSRVA : ${_ROOTDIR}/PRINTSRV.EXE%endif
Any help or direction regarding this is highly appreciated.
Regards,
Cory
The Complete User Interface adagebooks.com/.../index.html $7 ebook
Hi Cory,
the syntax of configuration files is pretty simple and is well described in MicroStation help. You can use even the help file for new versions, because the syntax is the same even you use pre-V8 MicroStation.
It very bad idea to edit / modify mslocal.cfg and msconfig.cfg, they are the most important part of MicroStation configuration and there is probably no serious reason to modify them. It's quite probable you will end with broken MicroStation.
What do you want to achieve?
With regards,
Jan
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point
Answer Verified By: Cory Mortensen