Re: Writing a script that mounts servers
Re: Writing a script that mounts servers
- Subject: Re: Writing a script that mounts servers
- From: Gnarlodious <email@hidden>
- Date: Wed, 30 Apr 2003 16:08:08 -0600
Here is what I run from the script menu:
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
It unmounts all ejectable disks, but is not very fast.
-- Rachel
http://www.Spectrumology.com
_______________________________________________
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.