Инструменты пользователя

Инструменты сайта


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki