/ Published in: AppleScript
In this case, if we have mounted GyazMail.dmg, unmount it.
Expand |
Embed | Plain Text
tell application "Finder" if exists "GyazMail" then do shell script "hdiutil detach \"/Volumes/GyazMail\"" end if end tell
You need to login to post a comment.
