Hi again,

I'm not even sure if is easily doable but I have two separate applications. One scans a remote machine for WMI info and the other builds WMI queries that can be run against a list of remote machines. This second application then returns a list of machines matching the WMI query

What I would like to be able to do is select one of the machines returned by the WMI query builder application and then have the scanning application scan it.

So, basically, passing a parameter to an already running, but separate, application.

Is this possible?