I have java application which needs run dynamically through the power shell with my WCF c# application. I have tried the following command
System.Diagnostics.Process.Start("powershell.exe", strCmd + " ; timeout 50");
But still I am unable to succeed could tell me how can I do it
Startmethod returns the Process so you can check the errors from it.