Hi,
It still open the document.
And one more thing
when I use
processInfo.UseShellExecute = false;
It give me the exception as
"The specified executable is not a valid Win32 application" .
So I have to remove theline
processInfo.UseShellExecute = false;
------------------------------------------
one more option is there
p2.StartInfo.RedirectStandardOutput = true;
but it need toUseShellExecute =false;
...
No comments:
Post a Comment