How do I suppress the "notify Microsoft" crash dialogs when I call a command from Perl?
Posted
by Pete
on Stack Overflow
See other posts from Stack Overflow
or by Pete
Published on 2010-03-30T02:00:36Z
Indexed on
2010/03/30
22:43 UTC
Read the original article
Hit count: 183
I am calling a command-line program from my Perl script. When these programs crash, I am prompted with a messagebox asking me if I want to notify Microsoft. Since this is an automated system it would be desirable if I could suppress that message and continue with other things in my script. Is this possible?
© Stack Overflow or respective owner