|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-20 16:05 UTC] sjender at nitroserve dot com
[2004-01-20 19:18 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 14 18:00:02 2026 UTC |
Description: ------------ I run my php on a windows 2003 server machine. But I'm not able to run exec() system() or shell_exec() When I try to call a batch file with exec("batch.bat") it just won't load it. I gave enough permissions to cmd.exe and the batch file itself. Is there anyone with the sampe problem?