Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Find duplicate Address Book entries via a script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Find duplicate Address Book entries via a script
Authored by: BobFrnz on Mar 27, '06 10:28:04AM

Tried copying this directly into AppleScript (Panther3.8) it wouldn't compile past
osascript -e 'tell
It did not like single quote. Tried removing the single quotes and reversing the singles and doubles no luck.

Too bad this script would be really useful if a non expert could get it to run.



[ Reply to This | # ]
Find duplicate Address Book entries via a script
Authored by: BobFrnz on Mar 27, '06 10:41:02AM

OOPS. Just realized this is a terminal script. Runs great:-))
Sorry



[ Reply to This | # ]
Find duplicate Address Book entries via a script
Authored by: thomashallock on Aug 27, '07 03:08:58PM

osascript is a command-line tool. Copy and paste this into the terminal, found in /Applications/Utilities/Terminal.app



[ Reply to This | # ]