/ Published in: AppleScript
In this case, if we have mounted GyazMail.dmg, unmount it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tell application "Finder" if exists "GyazMail" then do shell script "hdiutil detach \"/Volumes/GyazMail\"" end if end tell