View Single Post
  #1  
Old 06-27-2003, 02:00 AM
davidevery davidevery is online now
Registered User
 
Join Date: 06-03-2003
Location: Sydney Australia
Posts: 16
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 ?
Reply With Quote