Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Mac > Macintosh > Re: How to perm...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 1335 of 1481
Post > Topic >>

Re: How to permanently mount AD Share?

by Todd <ToddR@[EMAIL PROTECTED] > Oct 4, 2007 at 01:13 PM

In article <OsHqyZiBIHA.4956@[EMAIL PROTECTED]
>,
 "wdsnews" <wdsnews.0640@[EMAIL PROTECTED]
> wrote:

> Thank you for this.  Is there a more detailed do***ent that I can
reference 
> until there's time to learn about AppleScript?  I assume it's as simple
as a 
> NET USE command, but I don't know the command, or file formatting and
naming 
> issues.

In brief, open Script Editor, paste the following into a new script 
(editing the "server" and "share" text to match the server and share 
name in question), and save as a compiled application with a name and to 
a location that you like. Then add it to the login items for the account 
in question, and you're set. The user will be prompted to authenticate 
the connection, but if they choose the option to remember the login in 
the Keychain, the mount will happen silently without a login prompt in 
the future. Hope that helps!

--- Start script

tell application "Finder"

   mount volume "cifs://server/share"
   
end tell

--- End script

- Todd R
 




 5 Posts in Topic:
How to permanently mount AD Share?
"wdsnews" <w  2007-10-01 18:37:04 
Re: How to permanently mount AD Share?
Jim Gordon MVP <goldke  2007-10-01 21:45:19 
Re: How to permanently mount AD Share?
"wdsnews" <w  2007-10-03 18:32:36 
Re: How to permanently mount AD Share?
Todd <ToddR@[EMAIL PRO  2007-10-04 13:13:03 
Re: How to permanently mount AD Share?
"wdsnews" <w  2007-10-06 17:44:19 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 16:58:09 CST 2008.