Re: command line of a process.exe on another host

2009-06-12 Thread Tim Golden
Harry wrote: HI , I have number of process run on different windows servers which run's with different command line parameters. for example process.exe -inputddd statusurl: http://sss.com ., These parameters can vary from host to host. using Psexec I know the PID and process name which are

Re: command line of a process.exe on another host

2009-06-12 Thread Giampaolo Rodola'
On 12 Giu, 00:18, Harry h...@pillai.co.uk wrote: HI , I have number of process run on different windows servers which run's with different command line parameters. for example process.exe -inputddd statusurl:http://sss.com;., These parameters can vary from host to host. using Psexec I know

Re: command line of a process.exe on another host

2009-06-12 Thread Tim Golden
Giampaolo Rodola' wrote: On 12 Giu, 00:18, Harry h...@pillai.co.uk wrote: HI , I have number of process run on different windows servers which run's with different command line parameters. You can easily do this with psutil [1]: Since psutil uses the native Windows calls to retrieve

Re: command line of a process.exe on another host

2009-06-12 Thread Giampaolo Rodola'
On 12 Giu, 13:02, Tim Golden m...@timgolden.me.uk wrote: Giampaolo Rodola' wrote: On 12 Giu, 00:18, Harry h...@pillai.co.uk wrote: HI , I have number of process run on different windows servers which run's with different command line parameters. You can easily do this with psutil [1]:

Re: command line of a process.exe on another host

2009-06-12 Thread Tim Wintle
On Thu, 2009-06-11 at 23:18 +0100, Harry wrote: HI , I have number of process run on different windows servers which run's with different command line parameters. for example process.exe -inputddd statusurl: http://sss.com ., These parameters can vary from host to host. using Psexec I know

command line of a process.exe on another host

2009-06-11 Thread Harry
HI , I have number of process run on different windows servers which run's with different command line parameters. for example process.exe -inputddd statusurl: http://sss.com ., These parameters can vary from host to host. using Psexec I know the PID and process name which are running on these