#1
|
|||
|
|||
VisBuildPro self-exit and self-save
I am using this batch file from Scheduled Tasks to run a visible build:
rem ************************ C: cd\Program Files\VisualBuildPro VisBuildPro.exe /b "E:\Somepath\TheDailyBuild.bld" rem *************************** At the end of the script, the build script has changed because macros have been written to etc. and it asks to save itself (which of course requires human intervention). Is there any way that VisBuildPro (within its own script) can save itself and the exit gracefully by itself ? |
#2
|
|||
|
|||
Put a Run Script step into the project after the last change has been made with:
Project.Save as the script. |
#3
|
|||
|
|||
Thanks
I'll give it a go...
Regards David E |
|
|