RE: "Rebuild all" from a command line?
From: Peter Huang (v-phuang_at_online.microsoft.com)
Date: 04/30/04
- Next message: CT: "Re: dynamically select ComboBox Entry"
- Previous message: Stefan Richter: "dynamically select ComboBox Entry"
- In reply to: Bob Altman: ""Rebuild all" from a command line?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 05:28:35 GMT
Hi
First of all, I would like to confirm my understanding of your issue.
>From your description, I understand that you wants to use command line to
compile the vs.net solutions.
Have I fully understood you? If there is anything I misunderstood, please
feel free to let me know.
We can use the devenv.exe to compile the solution.
Devenv Command Line Switches
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/ht
ml/vxgrfCommandLineSwitches.asp
The devenv.exe is located at the path below.
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe
Also we can retrieve the path from the registry.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Setup\VS\VS7Environme
ntLocation
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe
We can use the WScript to do that.
HOWTO: Use the Windows Script Host to Read, Write, and Delete Registry Keys
http://support.microsoft.com/?id=244675
Please apply my suggestion above and let me know if it helps resolve your
problem.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: CT: "Re: dynamically select ComboBox Entry"
- Previous message: Stefan Richter: "dynamically select ComboBox Entry"
- In reply to: Bob Altman: ""Rebuild all" from a command line?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|