I need to automate FileMon.exe to startup with filters, save out the log it generates, and then exit.
My solution has been to write an assist application that will d
You could use powershell and the windows automation cmdlets up on www.codeplex.com/wasp to do this.
-Oisin