/ Published in: AppleScript
unmount Samba disk named "SHARE" if we have mounted it
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tell application "Finder" if exists "SHARE" then eject "SHARE" end if end tell