in reply to Win32::KillProcess
You need perl installed on the remote machine to run perl scripts on it. If it is, say on G:
use Win32::KillProcess qw( connectServer startProcess ); my $c = connectServer( $server, $user, $pass ); startProcess( $c, "G:\\perl\\bin\\perl.exe C:\\test.pl command line ar +gs" ); [download]
cheers
tachyon