Hi,
Could anyone please help me?
The exec command from PHP does not return anything on win xp.
This is my code:
$command='M:\gs\gs8.00\lib\ps2ascii M:\gs\gs8.00\lib\a.pdf'
exec($command,$resultArray,$rv);
The application “'M:\gs\gs8.00\lib\ps2ascii” works fine from the command line.
With exec I get an empty $resultArray.
Does anyone know a solution?
(I am getting desperate)
Thanks in advance,
Charles.
cvlug@xs4all.nl