Posts PHP on windows can call an exe
Post
Cancel

PHP on windows can call an exe

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

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags