If I run an applescript from the terminal such as:
Code:
osascript -e 'say "hello"'
I get this
Code:
## Component Manager: attempting to find symbols in a component alias of type (regR/carP/x!bt)
what does it mean?
also if I do this
Code:
osascript -e 'display dialog "hello"'
I can't click on the dialog to make it go away. I have to hit ctrl-c in the terminal.
thansk