Hi All
Does anybody knows how to use perl or other script
for remote execn on nt machines to get some info of machines , may be say
from
registery , etc .
Regds
Pradeep
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.
Hi all
i am facing a quite crucial problem i.e.
script one contains
"
$cmd = "remsh $remhost -l root \"sh -c /installP.pl $PATCHFILE $option
$ARGV[2] \" ";
print "system(\"$cmd\")";
system("$cmd ");
"
print "system(\"$cmd\")";
correctly prints
system("remsh nnmhpt1 -l root "sh -c /installP.pl
Thanks a lot
I really don't understant what's meant by post in HTML, and cross post
ya it did worked on prompt
i have the soln as well the problem was escaping @with \ i.e. root\@
Regards
Pradeep
- Original Message -
From: "Allegakoen, Justin Devanandan"
<[EMAIL PROTECTED]>
system("rcp $workdir/installP.pl
$remhost:installP.pl");
says permission denied
i am not much familier with rcp
i have tried several combination such as
applying " root@ " before $workdir
etc sometimes it says permission denied or
else it says unknown host
machine on which