Click here to Skip to main content
15,867,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Team ,

I have written a script for sending mail using powershell (MailSender).
It works absolutely fine for me .

But i want to enhance it like Whenever application crash occur of my product it will mail me the
same.
My Applicatin contains 10 binary with different name like a.exe , b.exe and so on
Its installation path will be the same for every binary C:\abc\a.exe etc.

Current problem is that scripts will mail me every crash whether it is related to my application or not (I am running Script using task Scheduler with event ID 1000)


So i want event message output will search for a.exe b.exe for 10 binaries and then only scripts will mail .

I hope i made my requirement clear.
Posted
Comments
[no name] 7-Apr-13 11:27am    
"my requirement" yes it is your requirement. Stating a requirement does not make this a question. What have you tried to do to solve your problem yourself? Where is the code that demonstrates your problem?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900