Re: Newbie Q: Drag and drop "simulation" with AppleScript
Re: Newbie Q: Drag and drop "simulation" with AppleScript
- Subject: Re: Newbie Q: Drag and drop "simulation" with AppleScript
- From: Emmanuel <email@hidden>
- Date: Sat, 27 Jan 2001 11:02:34 +0100
At 0:59 +0100 27/01/01, email@hidden wrote:
>
many apps support 'open using'
>
>
try this:
>
>
open thefile using theapp
Not sure I understand so. For me, "open ... using ..." is in the Finder's
dictionary, and:
------------------
tell application "Finder" to open thefile using theapp
------------------
is the same as dropping the file onto the app's icon.
Emmanuel