Page 1 of 1

php EXEC Giving problem

Posted: Thu Aug 21, 2008 2:12 am
by ramendra1576
hiiiiii

i am using

exec('C:\\Progra~1\\Rpv\\Rpv.exe C:\\Progra~1\\Rpv\\reports\\data.rpv');

it not workin hanging explorer.

i use some different
exec('C:\Progra~1\Rpv\Rpv.exe C:\Progra~1\Rpv\reports\data.rpv');
it also not working
after that i use simple exec

$return = shell_exec("c:\\Program Files\\Adobe\\Reader 8.0\\Reader\\AcroRd32.exe 'C:\\temp\\test.pdf'"


result is same
i am not understanding what problem with this
plzzzzzzzzz help any one how i use exec

Re: php EXEC Giving problem

Posted: Thu Aug 21, 2008 4:16 pm
by jaoudestudios
I have only used it to drop into linux command line not windows. That might be it. I am assuming you are running WAMP?