Derek,
Thanks a lot! That did the trick.
Should the exec task check for this? I think that the problem, however, is with the implementation of the Process class.
Thanks again,
-Scott
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Derek Pierson
Sent: Monday, October 13, 2003 4:21 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Re: VSvars
Try,
<target name="dotnet" >
<exec program=""C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat"" />
</target>
Note the "
D