/ Published in: AppleScript
In this case, if we haven't mounted GyazMail.dmg, mount it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tell application "Finder" if not (exists "GyazMail") then do shell script "hdiutil attach /Volumes/share/others/MacBook/GyazMail.dmg" end if end tell