Re: DAVE Logon scripts
Re: DAVE Logon scripts
- Subject: Re: DAVE Logon scripts
- From: Jason Bourque <email@hidden>
- Date: Wed, 22 Nov 2000 07:09:20 -0500
>
Has anyone done any scripts for a piece of software from Thursby called
>
DAVE. If so I would appreciate your help. I am trying to create a logon
>
script for our students in AppleScript, but I am having a great deal of
>
difficulty understanding the syntax. I am a newbie to AppleScript.
>
>
cheers,
>
Craig
>
--
>
Craig Sadler
>
email@hidden
>
Intralink Pty Ltd
>
T: 617 3876 2800
>
F: 617 3367 2020
tell application "DAVE"
mount share "volumeName" on server "servername" user "username" password
"anyPassword" domain "anydomain" with network trash
end tell
The mount share line is a single line
Good luck.
Jason Bourque