in reply to Re: Expanding environment variables from ini file
in thread Expanding environment variables from ini file
Why do you need that third level?
On unixish OSes, the env command outputs the contents of the environment (as strings, so beware of newlines) and on Windows, the set command does that. Or did you output %ENV as JSON or something?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Expanding environment variables from ini file
by haj (Vicar) on Aug 27, 2019 at 11:24 UTC | |
|
Re^3: Expanding environment variables from ini file
by LanX (Saint) on Aug 27, 2019 at 10:29 UTC |