Re: [PHP-WIN] How to launch a .bat file with php.

2001-06-26 Thread Alessio Bernesco Làvore
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

Re: [PHP-WIN] How to launch a .bat file with php.

2001-06-26 Thread Johan Lundqvist
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"

Re: [PHP-WIN] How to launch a .bat file with php.

2001-06-26 Thread Alessio Bernesco Làvore
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

Re: [PHP-WIN] How to launch a .bat file with php.

2001-06-26 Thread Johan Lundqvist
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,