| Subject: php exec() not working with httrack command |
Author: john harper |
Date: 09/18/2013 08:35 |
| | Hello.
$url = <http://zealas.com/index.html>;
$dest = '/tmp/';
echo $command = 'C:\\Program Files\\WinHTTrack\\httrack '.$url.' -O
"'.$dest.'" "+zealas.com/*" -v';
exec($command);
With this code i just want to test httrack command line exec on windows.
But failed.
any solution please. | |
|
|
|
|
6
Created with FORUM 2.0.11