radioSHARK

Griffin’s radioSHARKhttp://www.griffintechnology.com/products/radioshark2/
seems to be scriptable, but Applescript doesn’t seem to know RS is an application.

When I do

Tell application radioSHARK

Applescript thinks “radioSHARK” is an undefined variable

so how do I make A/S see RS as an app?

did you put radioSHARK in quotes?


tell application "radioSHARK"
--do stuff here
end tell

d’oh!