• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Launching scripts or applets via remote desktop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Launching scripts or applets via remote desktop (From: "Stockly, Ed" <email@hidden>)

  • Prev by Date: Re: Replace Text in Finder Command-F Window
  • Next by Date: Re: Replace Text in Finder Command-F Window
  • Previous by thread: Launching scripts or applets via remote desktop
  • Next by thread: Replace Text in Finder Command-F Window
  • Index(es):
    • Date
    • Thread