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.
***************************************************************************
Directory Monitor has a new home on BrutalDev.com.
Please update any bookmarks as this page will not be available for much longer.
***************************************************************************
Download (Web Install) (version 1.0.3.1)
Download (32-bit Full Install) | Mirror (version 1.0.3.1)
Download (64-bit Full Install) | Mirror (version 1.0.3.1)
Download (Portable - No Install, No Auto Updates) | Mirror (version 1.0.3.1)
Video Tutorial done by DownloadTube.com.
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.
- Log the user on the network that made the changes.
- Include/exclude filtering on files being monitored.
- 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 you want to use "%~1" and not %1 to catch the file that was modified. 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". Ensure you access this variable using "%~1" to remove the quotes that may be passed in and wrap them with your own.
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
BlogEngine.NET Google Analytics Extension (Asyc) | |
Download (BlogEngine.NET 1.x)
Download (BlogEngine.NET 2.x)
Features
- Based on Chris Blankenship's original implementation.
- Works for 1.x and the new 2.x of BlogEngine.NET.
- Option to use the standard tracking script or the new asynchronous script (async by default).
- Single file copy/extract to the App_Code\Extensions directory.
- Async script gets created in the HEAD tag so that you can use link tracking as well.
- Ability to disable tracking while users are logged in.