Dear and beloved monks, greetings to you of the highest order.
Ouch, it has been a long day and sorry for the title of this post.
Question: Is there away that I can detect whether a script that I call from within my Perl script has triggered a win32 message box?
The reason is, I am calling a number of 'GO' scripts or (.exe)s from within my Perl script. All those scripts are software installation programs. Some will install successfully and some - I suspect - will not. The ones that will NOT install successfully will display a windows massage indicating a failure has occurred. The text in this windows message box is standard text (i.e. appears when ever a Go script fails) and always display the critical red cross sign. Basically I need to detect this activity and flag the scripts that have failed. Simple!!
Thanks