HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: php exec() not working with httrack command
Author: john harper
Date: 09/18/2013 08:45
 
Updated Code and question :

Hello	
With this code i just want to test httrack command line exec on windows for my
future use. 

$url = <http://zealas.com/index.html>;
$dest = '/tmp/';
echo $command = 'C:\Program Files\WinHTTrack\httrack '.$url.' -O "'.$dest.'"
"+zealas.com/*" -v';
	
exec($command); 


failed. no result :( 


But when i am running manualy form windows command line 

C:\Program Files\WinHTTrack\httrack <http://zealas.com/index.html> -O "/tmp/"
"+zealas.com/*" -v

Giving me a accurate result.
any solution please.  
 
Reply Create subthread


All articles

Subject Author Date
php exec() not working with httrack command

09/18/2013 08:35
Re: php exec() not working with httrack command

09/18/2013 08:45




0

Created with FORUM 2.0.11