Hi if you want the value to be something like c:\windows\system32, this is not going to work the pre-processor does not look at environment variables.
with kind regards Ruben Willems On Sun, Jul 25, 2010 at 12:20 PM, idoy <[email protected]> wrote: > Hi, > > I have a question about defining a constant in my ccnet.config. > > I defined an environment variable constant:<env WindwosDir="$ > (SystemRoot)"/> > How can I define a constant using that WindwosDir ? > I tried: > <env WindowsDir="$(SystemRoot)"/> > <cb:define SourceDir="$(WindowsDir)\System32"/> > > but it throws an error. > thanks, Ido > >
