From: Eric K. <ek...@rz...> - 2002-07-06 17:29:28
|
"KJK::Hyperion" <no...@li...> wrote: > but our cmd.exe doesn't run on ReactOS (AFAIK). The problem is in the > obsolete shell.exe. And if you look at our cmd.exe's sources, you'll see > that it expands environment variables as part of the parsing Cmd runs on ReactOS. But you have to make sure you build the ReactOS-compatible version, which doesn't use unimplemented features. ;-) You'll have to uncomment the line '#define __REACTOS__' in the config.h file. This version of cmd runs on ReactOS and expands environment varables, in most cases, properly. Eric |