auto-iSync
from
a reply to my macNN query:
If you want to automatically sync when you log in, save this script as an application and add it to your login items:
code:
tell application "iSync"
if syncing is false then synchronize
end tell
thanks, Sal.
Posted by Steve on January 13, 2004 08:55 AM