[Pythonmac-SIG] run python script on another computer's terminal (LAN)

Pete O'Connell pedrooconnell at gmail.com
Tue Aug 11 21:41:32 CEST 2009


Hi, eppc is what you use in applescript when you want to have an app on
another computer on you network perform a task. This is what Remote Apple
Events is for in the System Preferences>Sharing dialog.
Pete

On Tue, Aug 11, 2009 at 3:35 PM, Chris Rebert <pythonmac at rebertia.com>wrote:

> On Tue, Aug 11, 2009 at 3:25 PM, pedro<pedrooconnell at gmail.com> wrote:
> >
> > Hi, does anyone know how to send a command that is within a python
> > script to another computer's terminal. This is what it looks like in
> > Applescript.
> >
> > tell application "Terminal" of machine
> > "eppc://USERNAME:PASSWORD@COMPUTER2.local"
> >                                do script "ls"
> >                        end tell
>
> What is "eppc://"? I can't seem to find anything on it.
>
> Cheers,
> Chris
> --
> http://blog.rebertia.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090811/922f9d98/attachment.htm>


More information about the Pythonmac-SIG mailing list