1 2 3 4 5 |
tell application "Finder" if not (exists "GyazMail") then do shell script "hdiutil attach /Volumes/share/others/MacBook/GyazMail.dmg" end if end tell |
1 2 3 4 5 |
tell application "Finder" if not (exists "GyazMail") then do shell script "hdiutil attach /Volumes/share/others/MacBook/GyazMail.dmg" end if end tell |