Re: Help with Open using command
Re: Help with Open using command
- Subject: Re: Help with Open using command
- From: Emmanuel <email@hidden>
- Date: Sun, 14 Jan 2001 17:13:26 +0100
At 7:06 +0100 14/01/01, Byron Turner wrote:
>
I'm trying to get the Quicktime Player to open every file in a returned
>
list. I've tried many variations of this basic theme
>
>
Open file (file reference) using application "Quicktime Player"
>
>
Any idea what I'm doing wrong?
- if the above line script is not inside a "tell application "Finder""
wrapper, you should put it into such a wrapper.
- if the above line, once so wrapped, still does not work, you should
replace "application "QuickTime Player"" with something more conformant to
the Finder's dictionary, such as a reference to the file of the application.
- you may want to know that you can alternately tell directly "QuickTime
Player" to open the file - check its dictionary.
HTH
Emmanuel