View Single Post
  #7  
Old 09-25-2006, 12:23 PM
mvermeulen mvermeulen is online now
Registered User
 
Join Date: 07-15-2003
Posts: 56
Send a message via Yahoo to mvermeulen
Trying to load the configuration files using the following scripting. The %buildtoolspath% is set to "C:\Buildtools".

Dim app
Set app = CreateObject("VisBuildSvr6.Application")
app.Options.Load "%buildtoolspath%\VBPFiles\6.2.1\VisBuildPro.confi g"
app.Macros(vbldMacroGlobal).Load "%buildtoolspath%\VBPFiles\6.2.1\VisBuildPro.macro s"
app.Scripts(vbldScriptGlobal).Load "%buildtoolspath%\VBPFiles\6.2.1\VisBuildPro.Globa l.scripts"
app.Project.Steps(vbldStepGlobalSubroutine).Load "%buildtoolspath%\VBPFiles\6.2.1\VisBuildPro.steps "

I don't get an error but it doesn't load anything either. Little help please?

Thanks...
Reply With Quote