RE: copy and run a program on remote windows

2005-08-19 Thread Timothy Johnson
- From: Ken Perl [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 9:53 PM To: Perl Beginners List Subject: copy and run a program on remote windows I want to implement a module in perl to do the same thing as the tool PsExec (http://www.sysinternals.com/Utilities/PsExec.html) does, which

copy and run a program on remote windows

2005-08-18 Thread Ken Perl
I want to implement a module in perl to do the same thing as the tool PsExec (http://www.sysinternals.com/Utilities/PsExec.html) does, which is used to copy and run a program on remote windows, a very cool tool! So, I want to know if anyone has done this before. and If I do the implement from