View Single Post
  #2  
Old 01-05-2006, 02:27 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
invoke the provided .bld file from this command line:

visbuildpro "TEMPMACRO1=T1" "TEMPMACRO2=T2" "TEMPMACRO3=T3" /d /b "c:\path\to\multiplemacros.bld"

See the following for more details:
http://www.visualbuild.com/Manual/?command_linegui.htm
http://www.visualbuild.com/Manual/?consoleapp.htm

You can also have VBP generate the command-line for you by adding some temporary macros and then choosing Tools | Create Scheduled Task on the menu, then copying the command from the task and deleting the task:
http://www.visualbuild.com/Manual/?s...eautomatic.htm
Attached Files
File Type: bld multiplemacros.bld (391 Bytes, 1613 views)
Reply With Quote