Re: Strange behavior on 10.2.6 - mount volume
Re: Strange behavior on 10.2.6 - mount volume
- Subject: Re: Strange behavior on 10.2.6 - mount volume
- From: Emmanuel <email@hidden>
- Date: Wed, 17 Dec 2003 16:21:09 +0100
At 9:55 AM -0500 17/12/03, Ruby Madraswala wrote:
>
I finally gathered by courage and installed OSX (10.2.6).
Congratulations!
>
I had this one line script which worked fine on 9.2. When I tried to run this on OSX, to my surprised I found, if I run this script five times, each time it connects to the server and I end up with five server icons "Ruby" on my desktop. Any reason why? This does not happen on OS 9.2.
>
>
Mount Volume "Ruby" on server "Master Server" as user name "myname" with password "mypassword'
>
>
Do I need to check if the volume is mounted on OSX.
Obviously, yes ...
>
And what the syntax for it.
"mount volume" should return something like: file "Ruby:". What if you test that:
try
get file "Ruby:"
-- mounted
on error -- not mounted
mount volume etc.
end
Otherwise, I suppose that you might test for "exists disk "Ruby:"" or "alias "Ruby:""?
Emmanuel
_______________________________________________
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.