View Single Post
  #8  
Old 05-07-2006, 12:16 PM
Michael@wengam Michael@wengam is offline
Registered User
 
Join Date: May 2006
Posts: 68
I think I have done that in my actual script (where OSX_silver_B is one of the partitions I want to unmount):

Code:
tell application "Finder"
	eject "OSX_silver_B"
end tell
Reply With Quote