hey! That was excellent. Thank You!
"Todd" <ToddR@[EMAIL PROTECTED]
> wrote in message
news:ToddR-AD958F.13130304102007@[EMAIL PROTECTED]
> 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


|