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




Reply With Quote