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: Rob Stott <email@hidden>
- Date: Thu, 06 Jun 2002 12:39:49 +0100
- Wheresrob: AtWork
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
--
Rob Stott
Artwork Designer
Humbrol Ltd / Airfix
Marfleet
Kingston upon Hull
England
HU9 5NE
Tel: +44 (0) 1482 716691
Mobile: +44 (0) 7881 811533 - temporarily not in use
Fax: +44 (0) 1482 781781
ICQ No: 148381812
_______________________________________________
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.