Skip to content

Simple FileWatcher which may run action if something has been change in file system

License

Notifications You must be signed in to change notification settings

mihail-hrushev/FileWatcherAsService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileWatcherAsService

Simple FileWatcher which may run action if something has been change in file system

Install service with command:

cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 installUtil C:...\bin\Debug\PentahoRunOnFileChangeService.exe pause

Uninstall service with command:

cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 installUtil -u C:...\bin\Debug\PentahoRunOnFileChangeService.exe pause

Command.json example:

[{ "folderName":"C:\SomeFolder", "commandPath":"C:\SomeFolde\SomeActionFolder\some.bat" }]

About

Simple FileWatcher which may run action if something has been change in file system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages