gel wrote:
> >
> > Do you have any docs that might help me?
the only information i have is from using help(wmi.WMI) and from the
examples on Tim Golden's website
>
>
> What would be the best way to watch for multiple pieces of software at
> the same time, eg. watching for the start up of calc.ex
gel wrote:
> placid wrote:
>
> > gel wrote:
> > > placid wrote:
> > >
> > > > gel wrote:
> > > > > gel wrote:
> > > > >
> > > > > > Below is how it is down with vbscript. What is the best way to
> > > > > > convert
> > > > > > this to python?
> > > > > >
> > > > > > strComputer = "."
> > > > >
placid wrote:
> gel wrote:
> > placid wrote:
> >
> > > gel wrote:
> > > > gel wrote:
> > > >
> > > > > Below is how it is down with vbscript. What is the best way to
> > > > > convert
> > > > > this to python?
> > > > >
> > > > > strComputer = "."
> > > > > Set objWMIService = GetObject("winmgm
gel wrote:
> placid wrote:
>
> > gel wrote:
> > > gel wrote:
> > >
> > > > Below is how it is down with vbscript. What is the best way to convert
> > > > this to python?
> > > >
> > > > strComputer = "."
> > > > Set objWMIService = GetObject("winmgmts:" _
> > > > & "{impersonationLevel=impers
placid wrote:
> gel wrote:
> > gel wrote:
> >
> > > Below is how it is down with vbscript. What is the best way to convert
> > > this to python?
> > >
> > > strComputer = "."
> > > Set objWMIService = GetObject("winmgmts:" _
> > > & "{impersonationLevel=impersonate}!\\" & strComputer &
> > >
gel wrote:
> gel wrote:
>
> > Below is how it is down with vbscript. What is the best way to convert
> > this to python?
> >
> > strComputer = "."
> > Set objWMIService = GetObject("winmgmts:" _
> > & "{impersonationLevel=impersonate}!\\" & strComputer &
> > "\root\cimv2")
> > Set colMonitore
gel wrote:
> Below is how it is down with vbscript. What is the best way to convert
> this to python?
>
> strComputer = "."
> Set objWMIService = GetObject("winmgmts:" _
> & "{impersonationLevel=impersonate}!\\" & strComputer &
> "\root\cimv2")
> Set colMonitoredProcesses = objWMIService. _
Below is how it is down with vbscript. What is the best way to convert
this to python?
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer &
"\root\cimv2")
Set colMonitoredProcesses = objWMIService. _
ExecNotificationQuery("s