PDA

View Full Version : Using build to fire off another build.


jimadams68
09-14-2006, 07:48 AM
I have a main.bld file kicking off another .bld file, however when the second instance of VBP comes up, I want to auto-execute the build, not manually have to intervene.

Anyone do this?

Thanks.

kinook
09-14-2006, 09:42 AM
That's the default behavior when using the VisBuildPro Project action or the /b command-line flag.
http://www.visualbuild.com/Manual/vbpprojecttab.htm
http://www.visualbuild.com/Manual/command_linegui.htm

jimadams68
09-14-2006, 09:43 AM
agreed...I did it with the command line macro.
Thanks!