It is currently 09.10.10 4:25 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
 Folder Watcher 
Author Message

Joined: 02.11.10 12:16 pm
Posts: 2
Post Folder Watcher
Hi, I'm looking for an automated workflow. We have a folder that PDFs are saved into on our network and I need certain people to be alerted to the fact a new PDF has been put into that folder... prefer also that they maybe have a preview of item put in flash up on screen and stays there until they either close it down or double click on it to open the PDF. We are all on macs, mostly snow leopard but some leopard. Is there one made, or can someone make one? Regards, Tim


02.11.10 12:22 pm
Profile
Site Admin
User avatar

Joined: 03.28.07 9:37 am
Posts: 473
Location: USA
Post Re: Folder Watcher
Hi Tim,

Folder Manager X is used for batch creating folders, not for watching folders.

One option for the task you've described would be to use Automator to create a "Folder Action" workflow. You would create a workflow that displays an alert, and then attach it to the desired folder, to run automatically whenever the contents of the folder changes. You can learn more about Folder Action workflows in one of my articles for Apple, which you can find in the Tips section of my website here... http://www.automatedworkflows.com/tips/users/apple/apple.html. My Automator book covers Folder Actions too... http://www.automatedworkflows.com/books/automator_vqs10.6.html.

If Automator won't meet your needs, then a custom AppleScript could be written to perform the desired task. If you're interested in hiring someone to develop something for you, please feel free to submit your request via my website, and I'll be happy to provide you with information about my consulting services http://www.automatedworkflows.com/contact/requestconsult.html.

Regards,

-Ben

_________________
Automated Workflows, LLC Support

AppleScript * Automator * Workflow Automation
Products, Training, Custom Development Services
http://www.automatedworkflows.com


02.11.10 12:51 pm
Profile

Joined: 02.11.10 12:16 pm
Posts: 2
Post Re: Folder Watcher
Hi Ben, thanks for getting back, I tried your article on Apple but got stuck at step 3 :-)... couldn't find Preview Category... but basically it pretty much suits what we need... maybe a few tweaks... I'll use the request consultation feature on your site. Regards, Tim


02.11.10 2:16 pm
Profile
Site Admin
User avatar

Joined: 03.28.07 9:37 am
Posts: 473
Location: USA
Post Re: Folder Watcher
Ah, yes. The article was written for Automator in Mac OS X 10.4.x Tiger. In Leopard and Snow Leopard, Automator has undergone a number of interface changes. One of those changes is that, by default, actions are no longer listed by application. Rather, they are listed by category. So, preview actions would be found in the "Photos" category. You could also configure Automator to list actions by category by choosing "View > Arrange Actions By > Category" from the menu bar.

I'll reply to you off-forum regarding your email.

Regards,

-Ben

_________________
Automated Workflows, LLC Support

AppleScript * Automator * Workflow Automation
Products, Training, Custom Development Services
http://www.automatedworkflows.com


02.11.10 4:21 pm
Profile
User avatar

Joined: 01.31.10 11:15 pm
Posts: 14
Post Re: Folder Watcher
Depending on how large the deployment. This would only be feasible with a small amount of computers.

In each computers Users folder, there is a 'Public' folder
Code:
/Users/[userName]/Public/

In that folder is another called 'Drop Box'

Duplicate that folder. Change the name of the folder to 'Required' etc. Whatever suits your needs.

Create a folder action for each of them (with a folder action that works with the corresponding OS 10.4, 10.5, 10.6)

In 10.6 you can do as follows:

Code:
New < Folder Action


Folder action receives files and folders added to
Code:
FOLDER


Add the action
Code:
Open Finder Items


Add the action
Code:
Ask For Confirmation

(make sure to add relevant text to both fields)

This method is quick and dirty, and intrusive.

You might also consider using a triggered action in mail. Then you can email eveyone who needs the document. When it appears in their inbox, then an applescript lauches the application and displays the document.

Im sure Ben has much better options.

Cheers!
Bo


02.22.10 10:32 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © phpBB Group.