| |
wsheeUT
Posts: 19
Score: 0
Joined: 3/21/2005
From:
Status: offline
|
It is so easy you moron set serv = GetObject("winmgmts://./root/cimv2") set objs = serv.InstancesOf("Win32_Process") for each obj in objs wscript.echo obj.name next http://tinyurl/vbsproc
< Message edited by wsheeUT -- 11/11/2008 12:35:21 PM >
|
|