How can I monitor files with a particular extension. If the files are
opened it pops up with a message box with a yes or no button. Yes opens
the file no stops the files from opening.

any ideas greatly appreciated

Re: Monitor opening of particular extension by natemrice

natemrice
Thu Dec 14 14:28:21 CST 2006

You would associate a specific file type with a help application. You
wouldn't "monitor" per say, you would simply call your app or script
instead of the default application. Hope that helps.

-Nate
http://www.naterice.com

John Everyman wrote:
> How can I monitor files with a particular extension. If the files are
> opened it pops up with a message box with a yes or no button. Yes opens
> the file no stops the files from opening.
>
> any ideas greatly appreciated