Visual Build Professional has an [Exit] action but it only terminates the build currently in progress. Is there any way for it to terminate the entire build tool?
I have a frequently run build script which I usually let run in the background, and it would be convenient if the tool would clean itself up by terminating altogether once this build is done.
Include the /s flag when starting VisBuildPro.exe (if using a VisBuildPro Project action, check 'Run GUI App in silent mode' on the Project tab) so that it will exit after the build finishes.
https://kinook.com/VisBuildPro/Manual/command_linegui.htm
You may also want to check 'Tools | User Options | Build | Honor command-line switches if build fails/canceled and continued'.
https://kinook.com/VisBuildPro/Manual/builduseropt.htm