I’m setting up a filter in Mail on开发者_C百科 OS X that calls an AppleScript whenever an e-mail sent to a specific e-mail address arrives.
Problem... Since MacPerl is no longer supported on 64bit perl, I am trying alter开发者_StackOverflow中文版native frameworks to control Terminal.app.
Using AppleScript, how can I change the background color of \"cells开发者_开发问答 ranging from A3 to E3\" to light grey?
I\'m really new to AppleScript so this is a real basic question but I couldn\'t find the answer or an example in the AppleScript ref. guide.
Is there a way to use defined AppleScript methods in other AppleScripts which reference the original AppleScript with something similar to import (f.e. in PHP)?
We are a network of Mac computers. I would like to send email addresses to colleagues with links to files on network locations. I made the following AppleScript:
OK, this feels like an idiot question, but I\'m stuck - I don\'t know the first thing about AppleScript. I have a .scpt file and I want to double-click it and just have it run, but instead every time
I tried this script to copy release folder of one of my Xcode projects to desktop: tell application \"Finder\"
Is there any way to automate a opening files with open dialog box on Mac OS? The application asks user to open files with the standard open dialog box. But I need open files automatically.
I\'m using a Objective-C Scripting Bridge to communicate with InDesign CS3/CS4. Unfortunately I\'m stuck on Save command which appears to be existing only as a part of the standard suite and not defin