Hello there, any ideas of how to auto-restart (restart) Console application in .NET ?
I know that forms application have something like this:
Application.Restart();
but this is not possible for Console.
Also, NOTE: The problem is, that I can't start two instances of the same app :)