JJ
2016-08-08 13:22:01 UTC
I want to create a WMI event that can be used for anything and not just the
XXXAsync() methods of the SWbemServices object. For example, for signalling
the completion of non WMI related tasks where other VBScript code in other
W/CSCRIPT.EXE processes can wait for the event. Something like SWbemSink but
works across different process.
Is this possible?
Currently, I'm using the presence of a file as the event but I'm hoping to
use something that doesn't write to disk.
XXXAsync() methods of the SWbemServices object. For example, for signalling
the completion of non WMI related tasks where other VBScript code in other
W/CSCRIPT.EXE processes can wait for the event. Something like SWbemSink but
works across different process.
Is this possible?
Currently, I'm using the presence of a file as the event but I'm hoping to
use something that doesn't write to disk.