A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[C#] Melt function

1.6k views · started by Bman ·
#1
[C#] Melt function
Process.Start("cmd.exe", "/C choice /C Y /N /D Y /T 3 & Del " + Application.ExecutablePath);
Application.Exit();


Thats it :P
#2
using System.Diagnostics;
#3
thanks for info...