applescript.
¶ by Rob FrieselFor Pete … following our conversation the other day about AppleScript, here’s a brief concoction for your noodle: (* first, let’s launch some apps for fun: *) (* we’ll start w/ just Mail *) tell application “Mail” activate end tell (* then we’ll launch Safari and size the window *) tell application “Safari” activate repeat […]