Skip to content

Instantly share code, notes, and snippets.

@pheraph
Created March 16, 2013 11:16
Show Gist options
  • Save pheraph/5175990 to your computer and use it in GitHub Desktop.
Save pheraph/5175990 to your computer and use it in GitHub Desktop.
Netzwerk-Share mounten, warten bis fertig gemountet und dann iTunes starten
tell application "Finder"
mount volume "afp://Zeitkapsel.local" as user name "raphael"
end tell
tell application "iTunes" to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment