RE: Execute script on remote computer

2007-06-20 Thread Vikas Saini
June 20, 2007 10:09 AM To: Vikas Saini Cc: python-list@python.org Subject: Re: Execute script on remote computer Does the script resides on the remote machine or do we have to transfer the script to the remote machine.If remote and agent machine are linux then you can use rsh/ssh to do so. On

Re: Execute script on remote computer

2007-06-20 Thread Laurent Pointal
Evan Klitzke a écrit : > On 6/19/07, Vikas Saini <[EMAIL PROTECTED]> wrote: >> I am trying to run the agent on one machine that will execute the >> script of >> a remote machine. > > It's not clear what OS you're using. But if you're running a > Unix/Linux system and it's a relatively simple scri

RE: Execute script on remote computer

2007-06-19 Thread Vikas Saini
cute script on remote computer On 6/19/07, Vikas Saini <[EMAIL PROTECTED]> wrote: > I am trying to run the agent on one machine that will execute the script of > a remote machine. It's not clear what OS you're using. But if you're running a Unix/Linux system and it's a re

Re: Execute script on remote computer

2007-06-19 Thread Evan Klitzke
On 6/19/07, Vikas Saini <[EMAIL PROTECTED]> wrote: > I am trying to run the agent on one machine that will execute the script of > a remote machine. It's not clear what OS you're using. But if you're running a Unix/Linux system and it's a relatively simple script that you want to run, you should j

Re: Execute script on remote computer

2007-06-19 Thread rishi pathak
Does the script resides on the remote machine or do we have to transfer the script to the remote machine.If remote and agent machine are linux then you can use rsh/ssh to do so. On 6/19/07, Vikas Saini <[EMAIL PROTECTED]> wrote: I am trying to run the agent on one machine that will execute the