dpaanlka macrumors 601 Original poster Aug 2, 2006 #1 I want to create an AppleScript Alarm for myself that will send me a message over AIM (iChat) to another computer and screen name i have set up at a given time... so far the only thing I can't figure out is how to send the message any ideas?
I want to create an AppleScript Alarm for myself that will send me a message over AIM (iChat) to another computer and screen name i have set up at a given time... so far the only thing I can't figure out is how to send the message any ideas?
Unorthodox macrumors 65816 Aug 11, 2006 #2 I think this is what you seek. tell application "iChat" send "your message goes here" to account "account to send message to goes here" end tell Click to expand...
I think this is what you seek. tell application "iChat" send "your message goes here" to account "account to send message to goes here" end tell Click to expand...