> From: george.pitc...@ingenta.com> To: php-windows@lists.php.net> Date: Fri,
> 23 Jan 2009 07:39:47 +0000> Subject: RE: [PHP-WIN] Re: Executing .exe files
> Issues> > >| "Alice Wei" wrote in message> >|
> news:snt101-w180f682380dc32dbf85bf9f0
>| "Alice Wei" wrote in message
>| news:snt101-w180f682380dc32dbf85bf9f0...@phx.gbl...
>|
>| Hi, PHP Window Users:
>|
>| I have a snippet of code as in the following:
>|
>| | $filename="Test123.txt";
>| shell_exec("C:\Inetpub\wwwroot\hello.exe -f$filename") or die ("Failed");
>|
>| ?>
>| The hel