Using this snippet, you can easily mount an iDisk from a script. Replace every instance of “USER” and “PASS” with the appropriate values.
tell application "Finder"
mount volume "http://idisk.mac.com/USER/" ¬
as user name "USER" with password "PASS"
end tell
0 Responses to “Mount an iDisk via Applescript”