|
|
Dumb apps I've written, with source in VB7. Executables
require the
Microsoft .Net Framework. I guess the source will
too, once you compile it.
| ClearType Enabler |
In Windows XP, you can turn on ClearType (and
you should, on an LCD screen) but you can't tune the
contrast. Well, now you can. |
Executable |
| Temp File Deletion |
This utility deletes files that were created
more than a certain number of days ago. Easily
configurable, easily scriptable. |
Source
Executable |
| VBScript Decoder |
Microsoft has a "script encoder" to encode (not
encrypt) VBScript/JScript files. I needed to take a
look under the hood of an encoded VBScript file, so
I threw this front end together for
scrdec. Decoding code used with permission. Update: Now includes the actual DLL you need to run
it. Sorry. |
Source
Executable |
| makeDLsForDBs |
App for MS Exchange to make a distribution list
for each database in each storage group. Useful if
you want to send an email to everyone on a database
to tell them the server is down. |
Source |
|