when php running on windows machine, can execute .exe
1
2
3
//http://stackoverflow.com/a/12251656/1320686
$answer = exec("abc.exe");
echo $answer."</br>";
Run commands using Windows WScript object
SendKeys & Registry operations implemented https://www.phpclasses.org/package/10248-PHP-Run-commands-using-Windows-WScript-object.html
origin - http://www.pipiscrew.com/?p=6510 php-on-windows-can-call-an-exe