Is it possible to run an exe file directly onto the server without downloading/saving into client machine?
I had used that exec() function .But it is showing no display.
<?php
echo exec("d:\example\php_exe\1436.exe");
?>
Also I tried it using backticks operator