Re: Mounting iDisk
Re: Mounting iDisk
- Subject: Re: Mounting iDisk
- From: Jon Pugh <email@hidden>
- Date: Thu, 10 Jan 2002 08:29:07 -0800
At 2:08 PM +0000 1/10/02, Rob Stott wrote:
>
Although clumsy, this works PROVIDING I have unlocked my keychain access.
tell application "Keychain Scripting"
unlock keychain "Your Keys" with password "Baoding Iron Balls"
quit
end tell
Use the proper names for your setup and you're good to go.
Jon