|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-05-27 14:14 UTC] derick@php.net
[2003-06-02 17:28 UTC] sniper@php.net
[2003-06-04 08:04 UTC] flop dot m at usa dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 12:00:02 2025 UTC |
Wanted to launch a batch file. None of those method function. It will just print the commands of the batch file - but won't execute any - which is weird as those commands should be executed by 'cmd'. args used was "cmd /c some.bat" -> exec("cmd /c some.bat") Just 'downdate' PHP to version 4.0.6 which works perfectly. Any idea of where the problem is?