Re: Trying Again! Similar path problem - please help!
Re: Trying Again! Similar path problem - please help!
- Subject: Re: Trying Again! Similar path problem - please help!
- From: Peter Bunn <email@hidden>
- Date: Thu, 13 Jun 2002 18:41:43 -0500
Earlier today, Scott Schrader <email@hidden> wrote:
>
And then would this really be the approach to my desired solution?
I don't know, but this may simplify things:
on open {the_selection}
tell application "Finder"
repeat with this_item in the selection
if the file type of this_item is in {"MooV", "MPEG", "Etc."} then
open this_item using application file id "TVOD"
end if
end repeat
end tell
end open
--
Save as application (never show startup screen) then drag files to the
app's icon.
Is this what you're after? It's hard to tell.
Peter B.
----------
_______________________________________________
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.