non-default "open with" application in AppleScript Studio possible?

Is it possible to have AppleScript Studio app associated with specific files as a non-default “open with” application?

Thanks for your help.

houdini :wink:

Model: iMac 17"
AppleScript: Xode 3.0
Browser: Firefox 3.5.3
Operating System: Mac OS X (10.5)

You mean scripting an application ?

You can do something like this :

tell application "TextEdit" -- or whatever "NameOfTheApplication"
-- do whatever actions you want
end tell

Is that what you meant ?

No. Sorry for my badly formulated question. It was how to associate files with my ASS app so as to allow selection of these files through “open with…” contextual menu in the finder.

houdini :wink: