|
-
Sep 15th, 2009, 03:53 AM
#3
Thread Starter
Member
Re: Finding processes path in Windows XP
 Originally Posted by dee-u
I hope this works for you.
Code:
Dim Process As Object
For Each Process In GetObject("winmgmts:").ExecQuery("Select * from Win32_Process")
Debug.Print Process.ExecutablePath, Process.Caption
Next
Thank you very much.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|