View Single Post
  #2  
Old 04-26-2006, 08:26 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Not currently. Some options:

1) Create a one-step VBP project with a VisBuildPro Project action, configure the step with all desired options and macros, then launch that project from the command-line (i.e., VisBuildCmd /b Master.bld).

2) Create a VisBuildPro Project step as above, click the Create Scheduled Task button on the Project tab (copy/paste the command-line from the task's Run field if needed elsewhere), then delete the step.

3) Load many temporary macro values from a file at the start of the project rather than passing on the command-line (see attached sample).

4) Write a script front-end to VBP that takes a response file of flags and invokes VBP from its values (see attached sample).

We'll also consider adding such a capability in a future release.
Attached Files
File Type: zip samples.zip (2.3 KB, 864 views)
Reply With Quote