There were a few applescripts available online to backup address book in Tiger that i was able to fit into my backup workflow. Now in Leopard with the backup option moving from the file menu to the export menu which resides in the file menu I havent either seen a new script for address book in Leopard or managed to tweak the Tiger version to make it work.
Does anyone here have any solution?
this is the original script taken from bbs.applescript.net
thanks in advance
Does anyone here have any solution?
this is the original script taken from bbs.applescript.net
HTML:
tell application "Address Book" to activate
tell application "System Events"
tell process "Address Book"
tell menu bar 1
click menu item "Back up Address Book
" of menu "File"
end tell
end tell
end tell
thanks in advance