This simple demo shows how to use a small utility program to
alter a Username and a Password that is held inside a delphi exe.

Just run the demo program called UserPassChanger.exe and enter
a new password/username and select the MyProgram.exe to change
it's embedded username/password to the new values.
(don't select any other file or you will alter it!)

Whenever you run MyProgram.exe it will display the username/password
in the caption.

Do remember to disable the CD handling code inside ExeMod.pas as you
will not need that functionality for a program of this sort...just look
at the initialization section to see how this is done :-)

..Gwen..

