Return to Snippet

Revision: 42681
at March 9, 2011 02:33 by Macgeeky


Initial Code
tell application "iTunes"
repeat with s in sources
if (kind of s is iPod) then update s  
end repeat
end tell

Initial URL
http://www.macgeeky.no/synkroniser-iphone-med-tastatursnarvei

Initial Description


Initial Title
Eject iDevice - applescript

Initial Tags
iphone

Initial Language
AppleScript