unmount Samba disk


/ Published in: AppleScript
Save to your folder(s)

unmount Samba disk named "SHARE" if we have mounted it


Copy this code and paste it in your HTML
  1. tell application "Finder"
  2. if exists "SHARE" then
  3. eject "SHARE"
  4. end if
  5. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.