On his computer.
|
2 answers
I also used this option in the past:
function _exec($cmd) { $WshShell = new COM("WScript.Shell"); $oExec = $WshShell->Run($cmd, 0,false); echo $cmd; return $oExec == 0 ? true : false; } _exec("youexe.exe");
- This file is launched at client yes - cas
- @ cas-live at the client does not run for security reasons. Although if the client is some kind of server receiver, it is quite possible. - lampa
- Yes, the program is installed - cas
- For example, how does the program work torrent namely magnet link - cas
- @ cas-live don't know anything about this. - lampa
|
If on the server side, then:
|
format c:
on the user's machine. - VladD