Himha

Himha

  • NA
  • 104
  • 20.1k

Process command is not executing

Sep 4 2018 7:49 PM
Hello All,
I want to launch an executable from C#. I'm using below code but it is saying file not found. Please help. 
 
Process.Start(somePath + "\\" + "Application.exr", "OnTop" + " f"); 

Answers (2)