Re: Disconnecting from network volumes
Re: Disconnecting from network volumes
- Subject: Re: Disconnecting from network volumes
- From: Susan Midlarsky <email@hidden>
- Date: Tue, 11 Mar 2003 17:12:35 -0500
try
tell application "Finder" to eject (every disk whose not local
volume is true)
on error errorMessage
tell application (path to frontmost application as text)
display dialog errorMessage buttons {"Cancel"} default
button 1
end tell
end try
beep 2
Beautiful! I discovered it was the afs volume connection causing all
the difficulties. Once I got rid of that connection, voila!
For some reason, though, I never can get it to beep...
Thanks much,
Susan
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.