I’ve been all over these forums looking for this sort of thing and am amazed that there is nothing like it out there. I’m hoping someone here can help me create it, or create it for me should I prove too new to applescript!
I work in a business where I’m constantly needing to “collect” a bunch of files for clients. Typically I need to gather a few hundred web-sized or small print sized files out of several thousands we keep on a large drive. The lists of files to copy (or collect for the client) are always unique and drawn from a database.
Is there a way to create an applescript that will read from a list of file names and then copy these files from a specified directory? We have several different spec’d file types and get requests in the form of these lists for each kind. I don’t need to have the script know the difference in file collection types, I could just run it on the proper directory, with the proper list and would hope to end up with a folder/directory of the files copies and ready for burning or uploading. I’d then trash the duplicate file, leaving the source files in place.
I hope this is as easy as I think it could be. I have tinkered with applescript and even automator and have had problems getting the ‘iterative’ part of using a list/loop to work. I think it is purely my inexperience.
Can anyone help? Thank you so much in advance.