View Single Post
  #4  
Old 10-09-2003, 03:44 PM
pjaquiery pjaquiery is online now
Registered User
 
Join Date: 01-19-2003
Location: Dunedin, New Zealand
Posts: 114
There is a general problem here, and the solution is non-trivial I think. It is fairly easy to get into a situation where a script is blocked waiting on a spawned application which has a dialog up waiting for a user action. Visual Studio 7.x is a real pain like that! It brings up a dialog when there is a problem with the command line, but doesn't tell you exactly what the problem is and has no way of suppressing the dialog.

Is it possible to time out spawned applications and continue the script with a step failure? Icing would be to look a processor load and only time out if activity were below some threshold.
Reply With Quote