PDA

View Full Version : VisBuildPro self-exit and self-save


davidevery
06-27-2003, 02:00 AM
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 ?

pjaquiery
06-29-2003, 04:02 PM
Put a Run Script step into the project after the last change has been made with:

Project.Save

as the script.

davidevery
06-29-2003, 07:39 PM
I'll give it a go...

Regards
David E