Re: Is it possible to get owner name and use it to mount an volume
Re: Is it possible to get owner name and use it to mount an volume
- Subject: Re: Is it possible to get owner name and use it to mount an volume
- From: Bjorn Van Blanckenberg <email@hidden>
- Date: Thu, 06 Jun 2002 15:42:36 +0200
On 06-06-2002 13:39, "Rob Stott" <email@hidden> wrote:
>
On 6/6/02 10:45 am, "Bjorn Van Blanckenberg" <email@hidden> wrote:
>
>
> set Owner_Name to owner name
>
>
>
> mount volume "afp://" & "Owner_Name" & ":" & "@" & "ip adres" & "/" &
>
> "volume name"
>
>
>
Hi, the problem is occurring because you have quotes around your variable,
>
If "ip adres" and "volume name" are variables (I expect they are) the you'll
>
need to remove the quotes from round them too. Try the following;
>
>
mount volume "afp://" & Owner_Name & ":" & "@" & ip adres & "/" & volume
>
name
>
>
Hope that helps
>
Rob
>
>
Thanks it helped to remove the quotes
--
Oooo.
oooO ( )
( ) ) /
\ ( (_/
\_)
Thanks
Bjorn Van Blanckenberg
_______________________________________________
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.