Suppose I have a file in C:\Program Files\N.exe I want to call system in php how to call it? the path file should be write correct to return True and Not False

Clearance: Suppose you can go to C:\Program Files through commandline and then you can execute this file so it will run a program Now instead of running it through commandline I want to run it through php it has many choices

system
exec
shell_exec
passthru

It is not Important for me I have problem using program files when it has space how to write the path file?

link|improve this question

68% accept rate
1  
You want to run an exe via php code ? This question is not very clear. – Interstellar_Coder Feb 17 at 14:12
yes exactly I want it – nik parsa Feb 17 at 14:14
feedback

1 Answer

I think you can use the exec command:

http://php.net/function.exec

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.