Lets assume you would like to work with the WWW browser arena.
Besides, you'd like that your private drawings in the Drawing
Management Menu should be displayed first.
To realize this, first create the file siscad.env in the
directory $PRIVAT_HOME/sys with the following contents:
WWWBROWSER=arena ; export WWWBROWSER
Afterwards modify the corresponding section in the file siscadp.def. Instead of:
SIScadP*SYS_KATALOG_RedBibliothek1: SISCAD_RED SIScadP*SYS_KATALOG_RedBibliothek2: GLOBAL_RED SIScadP*SYS_KATALOG_RedBibliothek3: PRIVAT_RED
now it should be:
SIScadP*SYS_KATALOG_RedBibliothek1: PRIVAT_RED SIScadP*SYS_KATALOG_RedBibliothek2: GLOBAL_RED SIScadP*SYS_KATALOG_RedBibliothek3: SISCAD_RED
Please take in mind, that SISCAD-P may hang in case of erroneous or missing
statements in the configuration files.