View Single Post
  #1  
Old 07-31-2014, 05:11 AM
bdrc89 bdrc89 is online now
Registered User
 
Join Date: 07-30-2014
Posts: 6
Stopping on batch file error

Greetings, I am using the VBP to run batch files that triggers Powershell script remotely. However when the Powershell encounter errors, the VBP will continue execute the rest of the steps in the project. The error message from Powershell's console will appear in output window, but I would like VBP to treat it as error and stop running.
I have yet to find a workaround for this, please advice.
Reply With Quote