i need an app that always runs with windows to monitor file system changes for a certain directory and subdirectories and then log the events in a file.
here are some scripts that include the pieces necessary so most of the work is done:
http://msdn.microsoft.com/en-us/library/chzww271(VS.80).aspx
http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.includesubdirectories.aspx
it is only one main directory and its subfolders so no need to provide an option for setting or adding multiple directories. provide the source and tell me how to compile and have it run with windows start up and i can adjust the path and any other variables necessary like intervals if necessary. no gui necessary.
summary: monitor a path and its subfolders and log changes to a file in a location of my choosing. no gui necessary, provide source or any easy way to change variables like through using a text file, and run with windows start option
maybe a tray icon or someone to know its running other than looking at
processes.
