Re: Calling applications
Re: Calling applications
- Subject: Re: Calling applications
- From: Michelle Steiner <email@hidden>
- Date: Fri, 31 Jan 2003 22:27:59 -0700
On Friday, January 31, 2003, at 09:35 PM, Duncan Cowan wrote:
Oh that's pretty good!
It occurred to me that you could create a generic handling script this
way.
on open theFile
tell application "Finder"
set fileType to creator type of theFile
set appName to name of application file id fileType
theFile is a list, so you'd first have to extract item 1 of the list.
--Michelle
--
"There's some good in the world, Mr. Frodo, and it's worth fighting
for."
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.