It works.
Thanks a lot Johan.
Alessio.
"Johan Lundqvist" <[EMAIL PROTECTED]> ha scritto nel messaggio
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Have a look at "Program Execution functions" in PHP manual.
> There you will find the syntax et.c. for exec(), system(), passthru()
> that might b
Have a look at "Program Execution functions" in PHP manual.
There you will find the syntax et.c. for exec(), system(), passthru()
that might be interesting to you.
Happy coding.
/Johan
"Alessio Bernesco Làvore" wrote:
>
> Well...
> I've to execute by the command line a program called "HTTrack"
Well...
I've to execute by the command line a program called "HTTrack" that will
parse all the site and recreate it with just simple html pages in another
folder, where all the site can be downloaded for off-line consulting. To
minimize the creation time the application (HTTrack) will run directly
Hi,
That's a tricky one... dunno if it really could be done without many
security issues and ugly workarounds.
I think you got it a bit backwards...
If I ask you like this:
What is it that you need in the batch file, that can't be done in PHP?
/Johan
"Alessio Bernesco Làvore" wrote:
>
> Hi,