start windows cmd from php
- From: "Hanselmann" <h_distler@xxxxxxxxxxx>
- Date: 30 May 2006 02:30:09 -0700
Hi
I have a php script which should start the wget commandline tool.
I am doing this with this code:
//build the command
$path = $pathtowget . " -o components/com_staticexporter/log.txt -rEk
-P " . $downloadpath . " " . $site . "&";
// execute wget using the backtick operator
`$path`;
The problem is that it doesnt run in the background so the script
executes forever.
Is there a way in windows to start the process in the background ?
So I dont have to wait until its finished ?
Thanx
Hanselmann
.
- Prev by Date: Re: find differences between two mysql_query results. HELP
- Next by Date: Tree array
- Previous by thread: find differences between two mysql_query results. HELP
- Next by thread: Tree array
- Index(es):