Re: Finding Full Path to Process EXE

2008-03-31 Thread misceverything
On Mar 31, 2:50 am, Tim Golden <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > That's not a problem - I'm only interested in Win2k+. Thanks for the > > caveat. > > > On a similar note, is there a way (preferably using WMI) to get the > > full path to the executable that has a port open (

Re: Finding Full Path to Process EXE

2008-03-31 Thread Tim Golden
[EMAIL PROTECTED] wrote: > That's not a problem - I'm only interested in Win2k+. Thanks for the > caveat. > > On a similar note, is there a way (preferably using WMI) to get the > full path to the executable that has a port open (the same thing that > fport does, just implemented in Python)? It

Re: Finding Full Path to Process EXE

2008-03-30 Thread misceverything
That's not a problem - I'm only interested in Win2k+. Thanks for the caveat. On a similar note, is there a way (preferably using WMI) to get the full path to the executable that has a port open (the same thing that fport does, just implemented in Python)? -- http://mail.python.org/mailman/listin

Re: Finding Full Path to Process EXE

2008-03-29 Thread Michel Claveau - NoSpam SVP ; merci
Hi! Warning : WMI give the "command-line" of a process only for windows > 2000 @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Finding Full Path to Process EXE

2008-03-29 Thread misceverything
On Mar 28, 4:53 pm, Tim Golden <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] 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

Re: Finding Full Path to Process EXE

2008-03-28 Thread Gabriel Genellina
En Fri, 28 Mar 2008 16:40:01 -0300, <[EMAIL PROTECTED]> escribió: > 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 appre

Re: Finding Full Path to Process EXE

2008-03-28 Thread Tim Golden
[EMAIL PROTECTED] 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

Finding Full Path to Process EXE

2008-03-28 Thread misceverything
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. T -- http://mail.python.org/mailman/listinfo/pyt