Welcome to My Projects
Below is a list of projects I am currently working on. These are mostly applications that I use personally that other users could benefit from.
Download (version 1.0.1.5)
Features
- Monitor directories for file changes, modifications, deletions and new files.
- Monitor local directories or network shares (including hidden shares).
- Optionally execute an application when an event occurs.
- Quickly tell if a directory is available and being monitored.
- Balloon notifications whenever an event is fired.
- Auto updating, import/export and more.
- FREE!
Requirements
- .NET Framework 3.5 SP1 -
- Windows Installer 3.1
Known Issues
- If you execute a batch file or PowerShell script when an event happens and you want to use the %1 to catch the file that was modified, dot not use quotes! Because batch files will treat anything between spaces as separate parameters the application will enclose the path and file name in quotes automatically if the path contains a space.
EG: If the path is C:\NoSpaces\File.txt then it will be used as is and %1 will contain the path and file name correctly. If the path is C:\With Spaces\File 1.txt then it will be passed as "C:\With Spaces\File 1.txt". If you've enclosed %1 in quotes the path will not work with file manipulation commands.
%1 is the correct usage.
"%1" is incorrect and will only work with paths containing no spaces.
Screenshots
Awards
Download (ZIP)
Download (EXE)
Features
- Attach multiple files to the e-mail.
- Send an e-mail to multiple recipients (including CC and BCC).
- Create e-mail message from a text file.
- Send e-mails in HTML format.
- Provide authentication information to the server and optionally send over SSL.
- Friendly error messages and input validation.
- FREE!
Requirements
Screenshots