TheWatcher

An excercise in FileSystemWatcher in .NET that was used to create an application to monitor a given folder (and subfolders) for specific file/folder operations such as Creation, Deletion, Rename, and Modification.  It also has the ability to send an email alert upon detecting one of the operations selected to monitor for. Continue reading →

Allscripts ProEHR User Account Unlock

This article was posted more than 1 year ago. Please keep in mind that the information on this page may be outdated, insecure, or just plain wrong today.

A utility I wrote to show locked user accounts in the Allscripts Professional EHR database and allow the user to unlock selected accounts.

Acrobat Key Finder

This article was posted more than 1 year ago. Please keep in mind that the information on this page may be outdated, insecure, or just plain wrong today.

A small tool to I wrote to find the Acrobat installed keys through version 11 of Acrobat.
width=300

PDF2TIFF

I wrote PDF2TIFF to facilitate monitoring of a specified folder location for new PDF file drops and then converting to TIFF automatically using Ghostscript and storing the TIFF to a destination folder.
Here's what it looks like...

If you are interested in this and think it might be of use to you or your company, I will sell a use license for $275,000.00 USD. Kidding. Just drop me a line and I'll send it and the source code over. Continue reading →

Windows Uptime Command

I generally use a quick command like net statistics server|more on a Windows machine to quickly grab the uptime.  I decided to put together a small uptime utility that will report the uptime of the system using, you guessed, uptime command. Drop the uptime.exe into your %PATH%; either something like %WINDIR% or %WINDIR%\System32 folder. The code is available on Github at http://github.com/rjkreider/uptime if you want to take a peek at the code.Here's the obligatory screenshot... I'll Continue reading →