RE: [Nant-users] Environment

2002-11-06 Thread Patrick Näf
lieve it or not ) so this > would have to use PInvoke or managed C++. > > Ian > > > > > > > > >>-Original Message- > >>From: [EMAIL PROTECTED] > >>[mailto:nant-users-admin@;lists.sourceforge.net]On Behalf Of > >>Patrick

RE: [Nant-users] Environment

2002-10-31 Thread Patrick Näf
> What about embedding the external program call in a batch file > and start the > batch file with the setting of the environment variables? I thought of it myself but would have preferred an attribute to the exec task (or any other method built in to nant) so I wouldn't have to "pollute" the pro

[Nant-users] Environment

2002-10-30 Thread Patrick Näf
I'm looking for a way to set one or more environment variables when running an external program with the task. I didn't see any documentation for this, nor could I find any hint when I snooped around in the source files of the latest nightly build. Have I missed something? Patrick