• 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: Is it possible to get owner name and use it to mount an volume
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Is it possible to get owner name and use it to mount an volume
      • From: Bjorn Van Blanckenberg <email@hidden>
References: 
 >Is it possible to get owner name and use it to mount an volume (From: Bjorn Van Blanckenberg <email@hidden>)

  • Prev by Date: Re: Another shell script query
  • Next by Date: Re: Question of the day: (.???) for Compiled AppleScript Files
  • Previous by thread: Is it possible to get owner name and use it to mount an volume
  • Next by thread: Re: Is it possible to get owner name and use it to mount an volume
  • Index(es):
    • Date
    • Thread