Hello
I need an Applescript that will
- Open Finder
- Type a word in the search field, and
- Collect the results.
- Additionally it must search “Shared” drives and not just “This Mac”
Any ideas?
I was able to write something similar using a shell script("find /Volumes -name “filename”) but it was soooo sloooow. It took 10+ minutes per file.
I have a list of 400+ files I need to pull from the server at my work, and automating this will save a lot of time.
I appreciate any help
Thank you