Hi,
in C# I can set a filter when I read the Event log. Example:
I only want the Errors from the application Event log, the SourceName should be "MyApp", the CategoryString should be "whatever" and TimeGenerated should be >= "some dateTime" (that is possible in C#).
Is there a way to do that in AutoIt, other than read the whole log and filter every single record with "if" statements?
Thanks in advance
dolphins