#1
|
|||
|
|||
Using build to fire off another build.
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. |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
agreed...I did it with the command line macro.
Thanks! |
|
|