Re: Batch MP3 Editing
Re: Batch MP3 Editing
- Subject: Re: Batch MP3 Editing
- From: Emmanuel <email@hidden>
- Date: Mon, 17 Mar 2003 11:28:06 +0100
At 11:58 PM -0800 16/03/03, Michael D. Atella wrote:
OK, a bit of an under-whelming response to my question, so let me ask a
different question that could also solve the same problem:
Is it possible to use Finder scripting to drag files one at a time into an
open window of a non-scriptable application? And also use the finder to
type commands, like command-S, command-V, command-C, etc? I know QuickKeys
used to do this kind of thing (dragging), but as far as I know, AppleScript
doesn't let you script a file drag.
With non-scriptable applications, Finder scripting allows mostly to
launch or quit the application, and to open or print a document:
----------------------------------------
tell application "Finder" to open alias theFile using alias theApplication
----------------------------------------
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.