June 24, 200322 yr Hi, I'd like to write a script which can open all files of a given name set, for example all files named 'abc*.fp5'. Is there any way to have wildcard expansion (or to read a directory) in a script? Thanks in advance! David
June 24, 200322 yr platform? tell application" Finder" set x to every file of folder "myfolder" repeat with i from 1 to count of items of x if item i of x contains "abc" AND item i of x ends with ".fp5" open file ... or similar ...
July 15, 200322 yr Author Hi, My platform is Windows-2000. I could not find anything like "Application Finder". Can you elaborate? Thanks! David
Create an account or sign in to comment