Hello
I try to use EXEC function to execute a command line. The command line is
correct but the exec doesn't return anything.
Have you any idea about it ?
I give you my source :
exec('"c:\progra~1\swish-e\swish-e.exe" -w "test" -f
C:/Progra~1/EasyPHP/www/atelier_dev/data/index.swish-e',$out);
I have tried running the PHP funciton exec() on a Microsoft Windows 2000
(5.00.2195 Service Pack 1) box and it does not run. The cmd.exe process
loads but just sits there, as if it either crashed quietly or is still
waiting for something (like it doesn't know how to process the request).
The same