Re: file kind
Re: file kind
- Subject: Re: file kind
- From: Emmanuel <email@hidden>
- Date: Mon, 28 May 2001 00:31:32 +0200
At 0:20 +0200 28/05/01, } wrote:
>
i am open to other suggestions as the app i seek to have open is
>
unscriptable and requires it be open direktly by an appropriate file.
Though the app is not scriptable, you may script Finder to open it.
For instance maybe you could make an applet, possibly named with the same
name as your file, which would contain something like:
------------- untested
tell application "Finder" to open alias theFile using alias theApp
-------------
theFile would contain the path to the file, and theApp would contain the
path to the "wanted" application.
Emmanuel