This is a tray app that allows you to create certain file system dispatch tasks. Once preferred file system object (file or a directory) becomes present under defined location it is processed according to the configuration.
Configure any number of tasks that according to your preference. Keep the app in tray in order to keep listening to the changes in the file system.
This app is a practice of MVVM pattern usage in WPF application. MVVM was implemented by using the Prism Library.