Assuming that windows creates an event in the Event->App log for a crashed application... is it possible to monitor or setup a script to fire off when a certain event occurs using a WMI event or something?

Basically we have a lot of client PC's running software and when it crashes it creates dump file and other logs that we go out and copy that data to our development boxes after being reported by the user to analyze.

But it would be nice if it was all automatic so as soon as it crashes it would trigger the copy job and we would know instantly.