Re: Open All files from an folder
Re: Open All files from an folder
- Subject: Re: Open All files from an folder
- From: Malcolm Fitzgerald <email@hidden>
- Date: Tue, 14 Feb 2006 08:19:18 +1100
On 13/02/2006, at 7:43 PM, Jürgen Keser wrote:
Hi Michelle,
thanks for your fast answer. I've tried the script and it seems to
work.
But if I use the tell application command Word will not be opened. So
the files could not be
open with the open files command. Do you know
what there is wrong? Sorry, but I'm an beginner in AppleScript.
on processFiles(FileList)
tell application "Word"
repeat with thisFile in FileList
-- File processing goes here.
end repeat
end tell
end processFiles
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden