On Fri, Sep 25, 2009 at 1:19 PM, Irfan Sayed <irfan_sayed2...@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

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to