Home Applications SetEnv

SetEnv

Community Project
This project is maintained by its author and is not officially supported by InterSystems. For technical support, please contact the project developer.
2.5
1 reviews
0
Awards
313
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews (1)
Issues
Set Environment Variables

What's new in this version

Initial Release

SetEnv

Set Environment Variables

Installation

  1. Download latest release.
  2. Import isc.SetEnv class into any namespace.
  3. Place callout DLL/SO/DYLIB in the bin folder of your InterSystems IRIS installation. Library file should be placed into a path returned by write ##class(isc.SetEnv).GetLib()

User guide

  1. Once per system start call: write ##class(isc.SetEnv).Setup()
  2. Call: write ##class(isc.SetEnv).SetEnvVar(VarName, Value) to set environment variable
  3. Call: write $system.Util.GetEnviron(VarName) to check that variable assignment was a success. This is a required action on some platforms.
Last checked by moderator
04 Jun, 2026Works
Version
1.0.013 Oct, 2019
Category
Developer Environment
Works with
CachéHealthShareInterSystems IRISInterSystems IRIS for Health
First published
13 Oct, 2019
Last edited
13 Oct, 2019