Re: disconnect external volumes
Re: disconnect external volumes
- Subject: Re: disconnect external volumes
- From: JJ <email@hidden>
- Date: Fri, 12 Apr 2002 20:34:57 +0200
>
When the "list disks" command is used you get a list of your hardrive
>
name along with any disks that you have mounted including any servers
>
that you are connected to through a network.
>
>
Is there a way via AS to dismount or disconnect from all of these
>
except for your hardrive?
Usually, your startup disk has ID -1 (ask the Finder about IDs).
-- not tested --
tell application "Finder"
eject (every disk whose id is not -1)
end tell
-----------
_______________________________________________
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.