G
Guest
System.Diagnostics.Process.Start("c:\\windows\\system32\\notepad.exe","c:\\x.txt");
launches x.txt in notepad
What code will close this instance of notepad?
launches x.txt in notepad
What code will close this instance of notepad?