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. |