Re: installers
Re: installers
- Subject: Re: installers
- From: Michelle Steiner <email@hidden>
- Date: Tue, 13 Nov 2001 08:13:33 -0700
On 11/13/01 5:47 AM, Ricardo J. Seijo <email@hidden> wrote:
>
I need a script for opening a text file using a predetermined
>
application, much like the function used on installer CD's. How do I
>
assign that on AS? Thanks in advance.
If foo is an alias to the file and bar is the name of the application,
then this line will work. If foo is a file designation, then you need to
add "as alias" to the end of the line.
--Michelle
tell application bar to open foo
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------