Deleting Program After 1 Month [Solved]
I want to make a program and give it to some people. but after one month, I would like that the program deletes. (Like when it is openned, it detects that it was used for more than one month, then it deleted himself.) Even if the guy copy the program, I don't want it to work b4 I give him a file that will patch it, so that it works for another month. I do not want to use a keylogger.
Any help?
Sorry for my english.
Delete it self while execution? You can't.
You could somehow on the application save the date of when it was first started, one month after that date (always checking when the app starts) you shut it by it self until the date is changed. (which the patch could do for example).
This is an example. Theres a couple of solutions. But deleting itself while execution is not one.
And no im not giving code.