How do i execute an .exe file from a php file? THank you for your time.
http://www.php.net/manual/en/ref.exec.php
However if your intention is to execute executable files on the visitors computer, that's not possible.
Cgraz
yah you need javascript for that, and since that is a high security risk i wouldn't count on it being a very good option.
Arc: How would you use javascript to execute an executable file on the visitor's computer? I don't think it's possible to do.
There's no way to make an EXE on a remote client's drive run. If they are using IE, however, you can make them download it (again, evidently) by using the file:// protocol.