Hello -- from time to time when fetching string from rhe registery, values might come back in the form
%value%
which in windows means to use the value currently stored in the enviroment -- is there a rexx / function / package that would evaluate this value (as-is)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello -- from time to time when fetching string from rhe registery, values might come back in the form
%value%
which in windows means to use the value currently stored in the enviroment -- is there a rexx / function / package that would evaluate this value (as-is)?
DIY could begin like this:
If what you expect is an absolute path to a file there be dragons (%SystemRoot%, %SystemDrive%, Unicode/ACP/OemCP, the works).
`