Question : Visual Studio 2008 C# call external program

Using NOTEPAD.EXE as an example, is there a was in VS 2008 C# to call NOTEPAD.EXE with an argument?

Answer : Visual Studio 2008 C# call external program

Process.Start("Notepad.exe","Test.txt");
Random Solutions  
 
programming4us programming4us