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