View Single Post
  #1  
Old 12-15-2008, 05:27 PM
Guster_Q Guster_Q is online now
Registered User
 
Join Date: 12-09-2008
Location: Southern California
Posts: 3
VBP Command Line Switch

I am building my vbp project everytime there is a change in source control. I am using the following command:

"C:\Program Files\VisBuildPro6\VisBuildPro.exe" /b "C:\MyProjectDir\MyBuild.bld"

The problem is that the interface is displayed each time it builds. Is there a switch I can add to the command that will cause the build to take place in the background without launching the interface?

I am running Visual Build Professional 6.7a.
Reply With Quote