Re: Mount Volume in OS 10.4
Re: Mount Volume in OS 10.4
- Subject: Re: Mount Volume in OS 10.4
- From: Jan Bultereys <email@hidden>
- Date: Tue, 05 Dec 2006 10:06:41 +0100
- Thread-topic: Mount Volume in OS 10.4
Title: Re: Mount Volume in OS 10.4
Hi Simon,
Yes I had the same ‘problem’ in the past.
This is the solution I made:
tell application "Finder"
do shell script "mkdir /Volumes/VolumeName"
do shell script "mount -t afp afp://username:password@myServerName/VolumeName /Volumes/VolumeName"
end tell
Enjoy,jan
From: "Simon, Garry" <email@hidden>
Date: Mon, 4 Dec 2006 17:45:28 -0600
To: <email@hidden>
Conversation: Mount Volume in OS 10.4
Subject: Mount Volume in OS 10.4
Under OS 10.3, mounting volumes with AppleScript worked fine. Today I upgraded to Tiger (10.4), and “mount volume” only works intermittently, or it crashes my AS Studio apps.
The code snippet used is essentially
mount volume "afp://" & user_name & ":" & pass_word & "@myServerName/myVolumeName"
Thanks for your help,
Garry
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden