programming:php:powershell-exec-script
Запуск PowerShell скрипта без подвисания браузера
$output = array();
exec("powershell get-service < NUL", $output);
print_r($output);
programming/php/powershell-exec-script.txt · Последнее изменение: 2017/03/27 11:26 — artur
