Over on the msmq blog, I found this awesome snippet about using the FIND command line utility to remove the noise from log files that your are looking in.
So for example, to ignore all lines with “0xC00E001B” in it you would use this command:
FIND /V "0xC00E001B" MSMQ.LOG > NEWMSMQ.LOG
0 Responses to “Cool windows utility to process log files”