/ Published in: AppleScript
In this case, if we haven't mounted GyazMail.dmg, mount it.
Expand |
Embed | Plain Text
tell application "Finder" if not (exists "GyazMail") then do shell script "hdiutil attach /Volumes/share/others/MacBook/GyazMail.dmg" end if end tell
You need to login to post a comment.
