From: Eric K. <ek...@rz...> - 2002-07-05 22:20:54
|
"KJK::Hyperion" <no...@li...> wrote: > Sorry, but I think the bug is in the ReactOS shell. It should > ExpandEnvironmentStrings() the command line The ReactOS shell (shell.exe) doesn't support environment variables at all. The problem was that the expansion of environment variables works on Windows when cmd is used. Although cmd doesn't call ExpandEnvironmentStrings(). SetEnvironmentVariable() expands environment variables but ReactOS didn't implement that. Eric |