Ticket #610 (new enhancement)
Create and distribute Win32 sample scripts
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Context Sensitive Help | Version: | 0.47 |
| Keywords: | Cc: |
Description
On the perl beginners list someone just asked
How to verify if certain processes are running or not on a remote windows machine.
http://www.nntp.perl.org/group/perl.beginners/2009/09/msg109240.html
It can be probably solved using WMI (
http://msdn.microsoft.com/en-us/library/aa394372(VS.85).aspx )
via the Win32::OLE module http://search.cpan.org/dist/Win32-OLE/
or using Win32::Process::Info http://search.cpan.org/dist/Win32-Process-Info/
It would be nice to collect a few such question and provide sample scripts, maybe with a little GUI add-on for them.
Note: See
TracTickets for help on using
tickets.

There was also a link to this page: http://www.novell.com/coolsolutions/feature/19617.html
though I am not sure what to do with it.