View Single Post
  #1  
Old 12-17-2009, 10:57 AM
dalevine dalevine is online now
Registered User
 
Join Date: 04-23-2009
Posts: 14
Setting environment variables before a remote project is run

I am using one VBP script to execute a VBP script running on a remote VM. Before executing the script I would like to run a batch file, like VCVARS32.BAT so that the environment is set before I start. If I cannot do this then I must use the "Command To Run Before main command" for each external build. This is error prone.

Is there any way to directly establish the enviroment?

Thanks
Reply With Quote