Re: Mount volume
Re: Mount volume
- Subject: Re: Mount volume
- From: Emmanuel Levy <email@hidden>
- Date: Wed, 18 Feb 2009 16:57:39 +0100
At 8:48 AM -0500 2/18/09, Script2 wrote:
I recently changed from 10.3.9 to 10.4.11 on one of the MAC. I had script on
10.3.9 that would mount 5 volumes without any problem. On 10.4.11 when I run
this script it mounts sometimes 2 or 3 volumes never all 5. I tried adding
"delay" in between but this does not work.
Tell application "Finder"
If not (exists disk "Data") then
Try
Mount volume "afp://ruby:email@hidden/Data"
End try
End if
I don't know if this is important, but mount volume does not belong
to Finder, you can (or should?) remove the "tell finder" wrapper.
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden