View Single Post
  #1  
Old 05-19-2007, 06:14 PM
snutt snutt is online now
Registered User
 
Join Date: 05-19-2007
Location: Maine
Posts: 3
Question VisBuildPro.exe exit code

I have a VisualBuildPro script that calls another VisualBuildPro script. When the inner script fails, how can I get it to return a non 0 return code? It always seems to return 0 even when I have an Exit step in it that sets the exit status to Failure.

The script is being called without silent mode set, allowing us to interact with the script for debugging purposes. For this reason, the exit step has the Continue building checkbox checked.

I'm using version 6.2a, but would be happy to upgrade to 6.3 if that would help.

Many thanks,

Steve

Last edited by snutt; 05-21-2007 at 05:57 AM.
Reply With Quote