Created
March 11, 2013 23:59
-
-
Save joet3ch/5139077 to your computer and use it in GitHub Desktop.
Shortcut to control a box via ARD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Remote Desktop" | |
activate | |
set server to first computer of computer list "All Computers" whose Internet address is "10.10.10.10" | |
control server | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment