View Single Post
  #6  
Old 05-07-2006, 11:03 AM
Michael@wengam Michael@wengam is offline
Registered User
 
Join Date: May 2006
Posts: 68
Thanks, Dave. My applescript, saved as an application, ran without any visible result. But the Finder menu command "Eject volume-name" is anyway greyed out.
tell application "Finder"
eject "volume-name"
end tell
I can eject/unmount the volume by dragging its disk icon to the trash, however.
Reply With Quote