How do I open Adobe Acrobat Reader from C# and load the files I want?

How do I open Adobe Acrobat Reader from C# and load the files I want?
Use the following code:
System.Diagnostics.Process.Start(@"C:\Program Files\Adobe\Acrobat 5.0\Help\ENU\MiniReader.pdf");	

This was first published in March 2003