• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mount volume
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount volume


  • Subject: Re: Mount volume
  • From: Brian Christmas <email@hidden>
  • Date: Thu, 19 Feb 2009 00:55:17 +1100


On 19/02/2009, at 12:48 AM, 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.



If you're sure they'll mount, you could try....


Tell application "Finder"
set x to 0
repeat until (exists disk "Data")
	Try
		Mount volume "afp://ruby:email@hidden/Data"
	End try
set x to x + 1
if x = 100 then exit repeat
end repeat

_______________________________________________
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
References: 
 >Mount volume (From: "Script2" <email@hidden>)

  • Prev by Date: Mount volume
  • Next by Date: Re: Mount volume
  • Previous by thread: Mount volume
  • Next by thread: Re: Mount volume
  • Index(es):
    • Date
    • Thread