Created
October 29, 2013 15:28
-
-
Save danielpunkass/7216822 to your computer and use it in GitHub Desktop.
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 "Finder" | |
repeat with diskNumber from 1 to count of disks | |
if ejectable of disk diskNumber is true then | |
display dialog "Hello " & (name of disk diskNumber) | |
end if | |
end repeat | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment