Front page | perl.beginners |
Postings from September 2009
Re: Perl script
Thread Previous
|
Thread Next
From:
Gabor Szabo
Date:
September 25, 2009 05:12
Subject:
Re: Perl script
Message ID:
d8a74af10909250512u2952cfd2n82dbe583ba336ee6@mail.gmail.com
On Fri, Sep 25, 2009 at 1:19 PM, Irfan Sayed <irfan_sayed2002@yahoo.com> wrote:
> Hi All,
>
> I am planning to wrire the perl script which will accomplish following task
>
> 1: login to remote windows machine
> 2: verify certain batch scripts are running or not
>
> Please let me know if this can be possible using perl script.
>
> Regards
> Irf
I have not done this but I asked it on the #win32 IRC channel on irc.perl.org
and I got a pointer from BingOS to to use WMI (
http://msdn.microsoft.com/en-us/library/aa394372(VS.85).aspx )
via the Win32::OLE module http://search.cpan.org/dist/Win32-OLE/
I also searched CPAN and the Win32::Process::Info module seem to be able to
give this information: http://search.cpan.org/dist/Win32-Process-Info/
Gabor
Thread Previous
|
Thread Next