Return to Snippet

Revision: 320
at July 9, 2006 13:29 by katz


Initial Code
tell application "Finder"
	if exists "SHARE" then
		eject "SHARE"
	end if
end tell

Initial URL


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

Initial Title
unmount Samba disk

Initial Tags


Initial Language
AppleScript