Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Steveatesh

macrumors regular
Original poster
Oct 29, 2014
148
31
North east England
I receive emails from various clients each with a questionnaire on it. the questionnaire is saved with their name in a folder with their name and organisation on it too.

When i see the client I have to navigate to their folder, open the document and print it.

Not too bad in the grand scheme of things but I'm curious as to whether Automator could help with this.

So I have to navigate or find a named document in named folders in documents (presumably thorough Finder) then print it.

I tried one script and ended printing dozens of documents - obviously going wrong somewhere!
Any suggestions welcome. thanks.
 
Can you tell us a little more about your folder / file name structure?

Here's a sample workflow you could save an a service or application to run quickly: dropbox link

You'll probably need to expand on this if it fits your needs, but essentially what it does is:
  • Asks you for the 'client' name
  • Sets this name as a variable
  • Searches a specified* folder for a file containing a certain word in it's file name
  • Gets this item, then prints it via your default printer
* The specified folder in this case is also a variable, in my example I have a folder called 'test' on my desktop, with a client folder within this.

Now, once run the workflow will ask for the client name (which happens to be the same as my sub folder), it will then search the test/clientname folder for a file called survey and send this off to print.

Any use?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.