Process.Start syntax

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

c:\pdf\pdfmp3d.exe /c:\exportfiles /0 /0 /0 /0 runs correctly in the Command
Prompt.

But, not in the C# code behind of a WebForm:

System.Diagnostics.Process.Start("c:\\pdf\\pdfmp3d.exe","/c:\\exportfiles /0
/0 /0 /0");

Can you see my error?
 
hi
what is the error you are getting ,
may be because you are starting process uisng a web form your asp.net worker
process does not nave enough rights to start the process.

regards
Ansil
 
Back
Top