|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-01-10 07:13 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
[2013-01-10 07:13 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 15:00:01 2025 UTC |
Description: ------------ I have one problem. I am running a process in background uisng $WshShell = new COM("WScript.Shell"); $oExec = $WshShell->Run($cmd,0,false); How do i know that the background process is done or still running so that i can wait for it. I am keeping log file for that. Please help me. Test script: --------------- I have one problem. I am running a process in background uisng $WshShell = new COM("WScript.Shell"); $oExec = $WshShell->Run($cmd,0,false); How do i know that the background process is done or still running so that i can wait for it. I am keeping log file for that. Please help me.