This demo uses ExeMod functions to add a user selectable serial string
to another exe.

The utility that stores the string into the exe is named NewDemo.exe

Just run it and place whatever string you wish into the edit box...then click the 
button and select the NewTestApp in the NewTestApp dir. The string length
is limited to 29 characters... this string is placed into the first small data cave
inside a delphi exe.  It comes just before the dos stub message text.
"This program must be run under Win32"

Now when you run NewTestApp.exe it will display the string that was added :-)

A delimiter character of '$' is used to signal the end of the string... any leftover
text beyond this delimiter from a previous string store will NOT be overwritten!


..Gwen..