5

Запуск процессов в фон Windows

<?php
$execStr =  "start /b $php $script $params";
pclose(popen($execStr, 'r'));
-----------