Re: [PHP] shell_exec problem with bsdtar

2009-05-14 Thread Lester Caine
Lester Caine wrote: I'm trying to emulate Linux facilities on the windows servers, and have found bsdtar can be renamed tar.exe so that it will work the same as a shell_exec( "tar" ) call in Linux. The full paths are used to the files and the command line returns the extracted file name when

[PHP] shell_exec problem with bsdtar

2009-05-13 Thread Lester Caine
I'm trying to emulate Linux facilities on the windows servers, and have found bsdtar can be renamed tar.exe so that it will work the same as a shell_exec( "tar" ) call in Linux. The full paths are used to the files and the command line returns the extracted file name when run at a command prom

Re: [PHP] shell_exec problem

2002-11-15 Thread Jason Wong
On Friday 15 November 2002 03:02, Coert Metz wrote: > Hi everybody > > I have some few problems with the shell_exec command. > I want to send a fax with hylafax using the sendfax program in linux. > When I try to do shell_exec ("sendfax -n -d faxnumber faxfile") it will I have a little app which a

[PHP] shell_exec problem

2002-11-14 Thread Coert Metz
Hi everybody I have some few problems with the shell_exec command. I want to send a fax with hylafax using the sendfax program in linux. When I try to do shell_exec ("sendfax -n -d faxnumber faxfile") it will not work I can see in my httpd file that linux only gets the command 'sendfax' and not