Modify environment variables
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
If you need to add additional environment variables that run each time an
instance is launched, create a *_setenv.sh or *_setenv.bat file and add it to the instance-name/bin directory.
When the instance is started, all files with the suffix
_setenv.sh or _setenv.bat are run.Note: Do not modify the existing
openedge_setenv.sh or openedge_setenv.bat.