Mounting iDisk
Mounting iDisk
- Subject: Mounting iDisk
- From: Rob Stott <email@hidden>
- Date: Thu, 10 Jan 2002 14:08:45 +0000
- Wheresrob: AtWork
Hi, this I expect will be an obvious one for you folks...
I mount my idisk with the following script;
tell application "Finder"
select file "iDisk"
open selection
End tell
Where the file "iDisk" is actually an alias of my iDisk. Although clumsy,
this works PROVIDING I have unlocked my keychain access.
Is there a more elegant way of doing this so I could mount my iDisk and have
my script supply the username and password?
Any advice or tips appreciated
Thanks in advance
Rob