On 2010-05-05 11:42 , William Ehrich wrote:
How can I make a console message from an Applescript?

you can output to the system log with

set msg to "hello system.log"
do shell script "/usr/bin/logger " & quoted form of msg

_______________________________________________
MacOSX-talk mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/macosx-talk

Reply via email to