Re: Mount volume flaky/broken in Tiger?
Re: Mount volume flaky/broken in Tiger?
- Subject: Re: Mount volume flaky/broken in Tiger?
- From: Sander Tekelenburg <email@hidden>
- Date: Fri, 24 Jun 2005 01:48:34 +0200
At 13:32 -0400 UTC, on 2005/06/23, email@hidden wrote:
> Hello,
> Is anyone else having issues with the mount volume command in Tiger?
No idea what your problem is, but just FWIW, this worked fine here under
Panther and still does so under Tiger:
property server_name : "Don"
repeat with a_disk in {"Huey", "Dewey", "Louis"}
tell application "Finder"
-- 'cause System Events manages to see unmounted disks...
if not (exists disk (contents of a_disk)) then
tell me
try
activate
mount volume "afp://" & server_name & ".local/" & a_disk as
user name "me"
on error m number n
log {n, m}
end try
end tell
end if
end tell
end repeat
--
Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden