- Home /
 
               Question by 
               msLangdon95 · Mar 17, 2016 at 10:26 PM · 
                c#unity 5ubuntuexe  
              
 
              running an external executable is failing
Hey everyone, I know this question was asked a lot but i'm facing a serious problem, I'm trying to run an external executable application from unity but It's not working, here's my code
      Process myProcess = new Process();
      myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
      myProcess.StartInfo.FileName = "the executable name";
      string path = "/home/tt/Desktop";
      myProcess.StartInfo.Arguments =path;
      myProcess.Start();
the executable file is on Desktop and I'm using unity for ubuntu, the code doesn't give me an error or exception but it's not executing, can anybody please help? thanks in return.
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
My exe crashed, why did do this? 0 Answers
Bake/embed XML into exe 0 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                