Scripting dropping a file onto a droplet
Scripting dropping a file onto a droplet
- Subject: Scripting dropping a file onto a droplet
- From: "Jesse Proudman (Lists Account)" <email@hidden>
- Date: Wed, 11 Apr 2001 12:39:40 -0700
I have an Adobe Image ready droplet and a file. I want to write a script
that will take the image file and drop it onto the droplet, thus evoking the
droplet's action. Now, I can't get it to work.
I've tried:
Tell Application "Finder"
select file "x" of startup disk
open selection with "droplet" of startup disk
End Tell
but the with command isn't valid.
Does any one have any ideas?
-jesse