Launch and quit iChat at startup

Nov 07, '02 09:04:39AM

Contributed by: kramrm

One feature about iChat that I don't like is that it doesn't automatically log me in when the system starts up. I made this small AppleScript to launch and close iChat, ensuring that I am logged on at startup:

tell application "iChat"
activate
quit
end tell
Set this script to run at startup in the Login Items preference panel to insure that iChat logs you in at startup.

[Editor's note: I haven't tried this myself.]

Comments (8)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20021107060439884