What I am trying to do is run a batch file that is located on the webserver\'s desktop when a button is clicked. This is what I have thus far.
ProcessStartInfo
Just change the third line to this:
psi.UseShellExecute = true;
or read this article which really gets the work done:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;889251