Edit report at https://bugs.php.net/bug.php?id=63956&edit=1
ID: 63956 Updated by: ahar...@php.net Reported by: ajeenaa dot shanmugan at gmailc dot om Summary: How can i get the process id using WScript.Shell calss -Status: Open +Status: Not a bug Type: Bug Package: COM related Operating System: windows PHP Version: 5.3.20 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2013-01-10 07:12:47] ajeenaa dot shanmugan at gmailc dot om 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. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63956&edit=1