Re: Launching scripts or applets via remote desktop
Re: Launching scripts or applets via remote desktop
- Subject: Re: Launching scripts or applets via remote desktop
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 1 Feb 2011 16:28:57 -0600
- Acceptlanguage: en-US
- Thread-topic: Launching scripts or applets via remote desktop
> Hi, I'm using Remote Desktop to manage multiple macs.
> Each mac has a folder on its hard drive that contains some applets.
>What I'd like to do is issue a send a single command that execute one of those
apps on each mac.
I can do this using remote events. (Thanks MacScripter!)
ES
------------
set fullDisplayAddress to "eppc://" & username & ":" & userPass & "@" &
macIp as text
using terms from application "Finder"
tell application "Finder" of machine fullDisplayAddress
set desktopPath to desktop as text
set showPath to desktopPath & appletName
open file showPath
end tell
end using terms from
------------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden