On Fri, 2007-11-23 at 12:36 +0100, Joaquín wrote: > 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 > values? > I don't have any direct insight, but a .bat file is simply a script. Much like .php files .bat files need an interpreter to execute them. For .bat files it is cmd.exe. For .php files it is the PHP engine either as php.exe or one of the web server modules. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php