Thread Mit Psexec und PERL 5.22 Client killen: Mit Psexec und PERL 5.22 Client killen (12 answers)
Opened by Matthias_1982 at 2006-03-23 11:37

FIFO
 2006-03-24 17:49
#63972 #63972
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Was funktioniert denn nun nicht?

Quote
Ich habe es mit:
system("\\pfad\\dahin\\psexec.exe");
versucht, leider funktioniert das nicht.


Hast Du genügend gebackslasht (backgeslasht?)?

Code: (dl )
1
2
# führt cmd.exe auf \\server aus:
my $result = system('C:\\sysinternals\\psexec \\\\server cmd.exe');


Also ne Fehlermeldung wäre schon ganz hilfreich ;-)\n\n

<!--EDIT|FIFO|1143215584-->
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Mit Psexec und PERL 5.22 Client killen: Mit Psexec und PERL 5.22 Client killen