I want to store some variables within the EXE file itself so that when the program is closed and re-run, the variables will still be remembered.

The variables are from a textbox which asks the user for his name. I want to be able to store it so that it can greet him on his next use.

how do i go abt doing this?

thx