Applescript Unmount SMB share mit AppleScript 2. Dezember 2012 Christian Sonntag Unmount SMB share mit AppleScript AppleScript tell application "Finder" if exists "SHARE" then eject "SHARE" end if end tell 12345 tell application "Finder" if exists "SHARE" then eject "SHARE" end ifend tell