![]() |
2.7.1. Set environment
variables via start.env
2.7.1.1. start.env
with conditional sections
|
|
---|---|
Prev | Next |
It is also
possible to use conditional sections in the start.env
.
The conditional sections depend on other environment variables again.
[ENVIRONS] var=value [ENVIRONS(COMPUTERNAME=EXV9*)] var=value [ENVIRONS(COMPUTERNAME=BEXV9*)] var=value [ENVIRONS(LOGONSERVER=*server.de*)] var=value [ENVIRONS(LOGONSERVER=server.it*)] var=value
Now the file is parsed from top to bottom.
The last match wins (overwrites the "var").