View Single Post
  #1  
Old 10-04-2007, 01:44 PM
draymond draymond is online now
Registered User
 
Join Date: 04-16-2007
Posts: 6
psexec conditional build

Visual Build Professional 6.1
Windows XP

Using psexec I can successfully build something remotely using the following command.

psexec \\MACHINENAME -u DOMAIN\USER -p PASSWORD "c:\Program Files\VisBuildPro6\VisBuildCmd.exe" "c:\BuildScripts\PRODUCT.bld"

Is it possible to only run particular groups of actions via the command line?

or

Can we pass a macro value via the command line that will fulfill the conditional build rules?
Reply With Quote