Search found 2 matches

by spooky27
Wed Nov 17, 2010 8:24 am
Forum: PHP - Code
Topic: exec not working on Windows 2008
Replies: 3
Views: 181

Re: exec not working on Windows 2008

thanks for your response s992.

what is UAC and how can i check if its turned off ?
by spooky27
Tue Nov 16, 2010 8:12 am
Forum: PHP - Code
Topic: exec not working on Windows 2008
Replies: 3
Views: 181

exec not working on Windows 2008

Hi, I am trying to use the exec function via PHP code to execute a dos executable. Its working fine when i run the exact same code on Windows XP but there is no output on Windows 2008 server. Also, there is no error. The code looks something like: exec('testbatch.bat"); I am using WAMP on Windo...