Home » Questions » Computers [ Ask a new question ]

How can I make an alias that automatically logs into a different user's iDisk?

How can I make an alias that automatically logs into a different user's iDisk?

I have an alias to a folder on another user's iDisk. When I opened it under Leopard it would automatically log me in to their iDisk and mount it, as I have the account information in my keychain.

Asked by: Guest | Views: 217
Total answers/comments: 1
bert [Entry]

"In AppleScript Editor, enter the following code:

mount volume ""http://username@idisk.mac.com/username/"" --replace username with the MobileMe name of the iDisk you're trying to connect to

Save the item as an Application if you want to open it from the Dock or Finder, or as a script if you want to launch it from the AppleScript menu.

I only have one MobileMe account to test, so I hope it's enough for Keychain to pick out the different versions."