I have a small application which will run only once on a computer. I would like it to delete itself after it has completed its work. Since it will be running, windows will not allow it to be deleted. One way that I know is to use RunOnce key in the registry. But what command should I enter in the key. Also, is there any other way to self-destruct a file.
Thanks
