Re: setting Win32 environment variables in Cygwin

2005-07-21 Thread Andrew Schulman
> Specifically, I need to do > > Set PATH=C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin;%PATH% > Set INCLUDE=C:\Program Files\Microsoft Visual C++ Toolkit > 2003\include;%INCLUDE% Set LIB=C:\Program Files\Microsoft Visual Studio > .NET 2003\Vc7\lib;C:\Program Files\Microsoft Visual C++ To

Re: setting Win32 environment variables in Cygwin

2005-07-20 Thread Igor Pechtchanski
On Thu, 21 Jul 2005, Mark Hadfield wrote: > Alex Goldman wrote: > > When I execute a *.bat file containing lines like > > > > Set FOO=12345 > > > > FOO does not show up in the environment of the Cygwin shell. Further, > > if I execute Win32 programs that access the environment, they can not > > se

Re: setting Win32 environment variables in Cygwin

2005-07-20 Thread Mark Hadfield
Alex Goldman wrote: When I execute a *.bat file containing lines like Set FOO=12345 FOO does not show up in the environment of the Cygwin shell. Further, if I execute Win32 programs that access the environment, they can not see FOO either. It's not clear what you're doing from your descriptio