Code:
System.IO.File.Move(@"ConsoleApplication2.exe", @"C:\windows\ConsoleApplication2.exe");
Is there a way to make it only do this if there isn't a "ConsoleApplication2.exe" in
"C:\windows\" ? Because right now, it keep doing it which makes it to shutdown. Thanks.