Re: [Help] Python implmenentation of finding process's command line parameters.

2009-07-03 Thread Tim Golden
dudeja.ra...@gmail.com wrote: I'm looking for some python implementation of finding the command line parameters of a process on Windows XP SP3 machine. I found some links but they all point me to the direction of c/c++ implememtations. I've seen WMI, but this takes time to load. So I just though

[Help] Python implmenentation of finding process's command line parameters.

2009-07-03 Thread dudeja . rajat
I'm looking for some python implementation of finding the command line parameters of a process on Windows XP SP3 machine. I found some links but they all point me to the direction of c/c++ implememtations. I've seen WMI, but this takes time to load. So I just though if some one has done implementa