Eric Vercelletto wrote:
Hi All,

I am at this moment writing a script that, in addition to listing and copying some files in a number of remote machines ( Win 2000 Servers ), should execute remote DOS commands on those
servers.

Unix provides us with the "rcmd" command that allows you to run a command on a remote computer, as long as you have the permissions to do it on the other machines. I am talking here about running executables that are located on distant Servers, not about just running "dir \\hostname\folder\*.log".

How would you do this with Perl on Win2000 ?

thanks for any light on this topic

One way, not particular to perl:
http://www.sysinternals.com/Utilities/PsExec.html

HTH - Lynn.
_______________________________________________
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to