C
Chakravarti Mukesh
Hi
I want to call an application and also need to pass some parameter for it.
I use
System.Diagnostics.Process.Start("application_path")
and it runs perfectly. But when I pass paramenter like
System.Diagnostics.Process.Start("application_path -parameter1 -parameter2")
it says that the file doesn't exist. How should I pass parameter?
Thanks
I want to call an application and also need to pass some parameter for it.
I use
System.Diagnostics.Process.Start("application_path")
and it runs perfectly. But when I pass paramenter like
System.Diagnostics.Process.Start("application_path -parameter1 -parameter2")
it says that the file doesn't exist. How should I pass parameter?
Thanks