M
MBadawi
Hi every one..
I'm facing some trouble trying to run an exe file from my .net code
(C# code)!
I succeeded running (myApp.exe) but what i need is to pass command
line parameters along with the app ("\program files\myApp.exe param1
param1 ..")
any idea how can I do that?
p.s. I used createProcess function to run the app, and I tryed
shellexecute and i couldn't get the hang of it
any help would be appreciated, thanx alot
I'm facing some trouble trying to run an exe file from my .net code
(C# code)!
I succeeded running (myApp.exe) but what i need is to pass command
line parameters along with the app ("\program files\myApp.exe param1
param1 ..")
any idea how can I do that?
p.s. I used createProcess function to run the app, and I tryed
shellexecute and i couldn't get the hang of it
any help would be appreciated, thanx alot