This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

Paul's Time Sink

| Main | Albums |

Scheduled Launching/Quitting Applications

Paul Westbrook | 09 March, 2007 20:08

On our Mac mini, I wanted to schedule an application to launch in the morning, and quit at night.  I was able to pretty easily configure launchd and AppleScript to do this.

For example, if I wanted to launch TextEdit, I would create these AppleScripts, and saved them as applications.

tell application "TextEdit"
    activate
end tell

tell application "TextEdit"
    quit
end tell

 (More)

Technorati tags: , , , ,

Powered by LifeType
Design by Book of Styles