[Perl-unix-users] remote execn on win nt machines for their info

2003-02-02 Thread PRADEEP GOEL
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.

[Perl-unix-users] remsh-sh - ARGV from one script to another -

2002-11-20 Thread PRADEEP GOEL
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

Re: [Perl-unix-users] rcp says permission denied , or unknown host- soln found

2002-11-06 Thread PRADEEP GOEL
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]>

[Perl-unix-users] rcp says permission denied , or unknown host

2002-11-06 Thread PRADEEP GOEL
 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