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 ?
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 ?