Hi, What you could do, is a Windows Scheduler job to keep looking for some file on the Linux machine. If it sees that file it will need to execute a script locally. You might find rexec rsh and rcp commands ( that ship with XP) useful. These require rshd demon to be running on your Linux server. ====== If you want to experiment, you could use SSH.I think there are some free SSH servers for Windows. I have to confess that there is no reliable SSH server on windows. But, the good news is, that the SSH clients are stable on Windows.
Regards knk On 5/4/07, y2k_sonu <[EMAIL PROTECTED]> wrote: > > --- In [email protected] <twincling%40yahoogroups.com>, "Saifi > Khan" <[EMAIL PROTECTED]> wrote: > > > > > From: y2k_sonu <[EMAIL PROTECTED]> > > > Subject: [twincling] remote shell script execution > > > Sent: 04 May '07 12:58 > > > > > > Hi folks, > > > > > > I have a Perl Script from which i want to run a shell script on a > > > UNIX machine on the network. > > > What are the best ways to do this ? > > > > > > Thanks > > > Sumit > > > > > > > ScriptA on machineA wants to run a ScriptB on machineB. > > > > Communication from machineA to machineB will happen over network. > > Infrastructure for communication between machineA and machineB > > will be required for command and parameter passing. > > > > Flow looks like: > > scriptA --> interfaceA of infrastructure > > <--[ network bytes ] --> > > interfaceB of infrastructure --> scriptB > > > > This is the general pattern ! > > > > You either implement the infrastructure yourself > > or utilize the available ones. > > > > thanks > > Saifi. > > > > Hi Saifi, > > Thanks for your reply. > Exactly, I am looking for already developed solutions for this kind of > problem. > I want to know user's experiences with various tool (rsh,plink or any > other). > > Thanks > Sumit

