A proper file monitoring tool for Windows with notifications

Posted by nevvermind on Programmers See other posts from Programmers or by nevvermind
Published on 2012-12-18T10:50:36Z Indexed on 2012/12/18 11:12 UTC
Read the original article Hit count: 159

Filed under:

Developing in PHP, I'm usually confronted with various log files: apache, web apps, error logs etc.

I'm currently using Notepad++ with the option to notify me when a file has changed. But when I need to monitor many files, I end up with too many tabs opened.

I've used some of these, but they were lacking some basic stuff (like double clicking on the file to open it; oh, c'mon).

What do you guys use for monitoring file changes? I needn't be "modern" or fancy. Just a simple "Hey, this file was changed. Here, click on it to open".

(Maybe I'll end up making one myself, but I need to learn some more Java).

© Programmers or respective owner

Related posts about general-purpose