Re: Finding Full Path to Process EXE
- From: Tim Golden <mail@xxxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 21:53:16 +0000
misceverything@xxxxxxxxx wrote:
Hello,
I would like to write a script that would enumerate all running
processes and return the full path to the EXE of each running
process. However, I can't seem to find any good info on how to do
this..any help is greatly appreciated. Thanks.
I have this strange feeling of deja vu. Try this:
http://timgolden.me.uk/python/wmi_cookbook.html#running_processes
(You want the .ExecutablePath or .CommandLine attributes I imagine)
TJG
.
- Follow-Ups:
- Re: Finding Full Path to Process EXE
- From: Michel Claveau - NoSpam SVP ; merci
- Re: Finding Full Path to Process EXE
- From: misceverything
- Re: Finding Full Path to Process EXE
- References:
- Finding Full Path to Process EXE
- From: misceverything
- Finding Full Path to Process EXE
- Prev by Date: Re: Tell ya' what:
- Next by Date: Re: Finding Full Path to Process EXE
- Previous by thread: Finding Full Path to Process EXE
- Next by thread: Re: Finding Full Path to Process EXE
- Index(es):
Relevant Pages
|