A small command line application that can
change the version number on an existing exe/dll by directly
manipulating the binary image. It will change both the file version directly
as well as the main version resource on it. Written with VC++ 6.0 a
long time ago
A simple windows app that can show various information about running
processes. Shows how to use several of the process-related functions in the
Win32 API. Written with VC++ 6.0 a long time ago.