Hello again.
I have read that cmd.exe is involved
Now I have given privileges to IUSR_xxx on cmd.exe too and the return
value is 1.
Before that, when ISR_xxx had only privileges on example.bat the return
value was -1.
Does anybody know what is the difference in the meaning of those return
Hello.
I try to execute a batch file by using a php with the fuction system()
but I am unable although safe_mode=0.
I am using a very simple example.bat that only makes echo hello and an
example.php that should call that batch, but system() allways returns -1.
These things have been checked.