In article <ljacobbi245-0530D0.10281224062008@[EMAIL PROTECTED]
>,
Lisa Jacobbi <ljacobbi245@[EMAIL PROTECTED]
> wrote:
> Please redirect me if there's a better place to post this.
Crossposted and followups set to <news:alt.comp.lang.applescript>
> All I need is
> a simple applescript to open all the files in a specific folder. That's
> it. The contents of the folder change regularly, but are all opened by
> the same app. Thanks!
Basically just this:
set a_Folder to choose folder
tell application "Finder" to open every file of a_Folder
How to do it best depends on where that specific folder is, and when/how
you want the script to run/be triggered.
--
Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>
Mac user: "Macs only have 40 viruses, tops!"
PC user: "SEE! Not even the virus writers sup****t Macs!"