Here is a module I've been using quite a bit lately that I think some of you will find useful. RcmdRun installs the rcmd service on a remote NT or 2000 box, runs command lines on the remote box via rcmd and uninstalls the rcmd service when it is done (assuming it wasn't already installed). Just drop RcmdRun in your perl\site\lib\win32 directory, and it should be ready to go. Run perldoc win32::rcmdrun for documentation or look at test.pl for an example. Enjoy, -Will
- RE: run a command line on a remote NT/2000 box via rcmd Will Roden
- RE: run a command line on a remote NT/2000 box via r... Martin, James S.
test.pl