Readme for "meminfo"
====================

meminfo is a program for Windows NT versions 3.51 and 4.0.

It displays memory and CPU usage; it demonstrates accessing
performance data and writing custom controls in DLLs.

meminfo creates no files; it creates entries in the registry under
HKEY_CURRENT_USER\software\ameise\meminfo
to record the position of its window.

To install, copy meminfo.exe and balken.dll in any directory.
To start, launch meminfo.exe; you may provide a parameter indicating
the refresh rate in milliseconds (e.g. "meminfo 3000"); the default
is 500.
To stop, activate the dialog and press ESC or ALT+F4.
To uninstall, delete the installed files and optionally delete the
registry entries mentioned above.

meminfo is written  entirely in C; I used Watcom C32 Version 10.6, but
Microsoft or Borland should work as well.

Not being a native english speaker, my commentary might seem a little
sparse, and I used german names for variables etc.; however, I will be
happy to discuss all remaining questions by email.

My email-address is: bernd.luevelsmeyer@iplan.heitec.net

The whole lot is copyright (c) 1997 B. Luevelsmeyer
and in the public domain as freeware. Use for any purpose but on your
own risk. I don't guarantee for anything; if in doubt, use other
software. Don't bother me if meminfo corrupts your hard disk, it's
entirely your problem.

The files as posted by me are:
	makefile	- the makefile
	meminfo.c	- source for meminfo.exe
	balken.c	- source for custom control displaying values
	balken.h	- header for balken.c
	MEMINFO.RC	- Resources, mainly dialog template
	HAND.CUR	- Mouse-cursor
	meminfo.exe	- Executable for Intel platforms
	balken.dll	- contains custom control
	readme.txt	- this file


Greetings,
	B. Luevelsmeyer
