in reply to Re: Win32 Process name with arguments
in thread Win32 Process name with arguments

traveler, there should be some way of doing this. I can see the command line parameters with the MKS ps. Hopefully I can figure out how...

Marza, Thank you for the suggestion of Win32::IProcess. It looks like this could possibly be a solution, though I'm very hesitant about using a module which isn't supported... even the website listed with the module isn't valid anymore. (I probably wouldn't be so hesitant if it were just for my own personal use)

I might look at IProcess some more, but I'll probably keep searching around to see if there are any other ways I can get process arguments. Thanks for the suggestions!

-C
print(map(lc(chr),split(6,qw/99672682673683684689632658645641610607/)));
  • Comment on Re: Re: Win32 Process name with arguments