This demo adds the time and date to the end of the exe each time it is run... creating a complete record of all runtimes.

It also displays the very first run date and time and the
last date and time it ran in the form caption.

To see all the runtimes just load the exe using a hex editor and look at the end of the file.

You can also load the exe into wordpad and scroll to the end to see the runtimes :-)

Or just click the button on the form to extract a text file named runtimes.txt and load
it for viewing....

This is a simple demo that shows how to use ExeMod to add data to an exe at each startup.