WinProcess
Hi all,
I am using this code to execute a program using the command line interface
result := WinProcess new executeSingleCommand: aString
For some reason, this program crashes, so Microsoft offers me a chance to send an error report with the "Please tell Microsoft about this problem" dialog.
While the dialog is being displayed, the VW process is blocked.
Eventually, I press the "Don't Send" button in the dialog, then the VW process resumes and an empty string is assigned to the result variable.
I see two issues here.
1) This is for a headless server, and I would like to disable the display of the Microsoft dialog. Is this possible?
2) When I received an empty string, how do I know that the program has crashed?
Any idea?
Michel Bany
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc