FIle Monitorng Example - using ExecNotificationQuery Some one in the Help Forum wanted to have script to monitor files in a certain directory. You could write a basic script in AU3 to do that, but it would not be as efficient as using the native WMI functions for this. $strComputer = "." $objWMIService = ObjGet("winmgmts:" & $strComputer & "rootcimv2") $colMonitoredEvents = $objWMIService.ExecNotificationQuery _ ("SELECT * FROM __InstanceOperationEvent WITHIN 5 WHERE " _ & "Tar