Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'applescript to launch files as well as applications' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
applescript to launch files as well as applications
Authored by: jason mark on Nov 09, '02 08:48:10PM

I'm pretty sure you have to tell an application to launch the file.

so say:

Tell "Internet Explorer"
open "Home:Documents:Stuff:Radio:BBC Radio2.ram"
end tell

I would guess you could even send this script right to the finder, and let the finder figure out what app to open it with.



[ Reply to This | # ]