php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63848 Unable to execute batch file in php
Submitted: 2012-12-24 11:14 UTC Modified: 2012-12-30 15:38 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ajeenaa dot shanmugan at gmail dot com Assigned:
Status: Not a bug Package: Program Execution
PHP Version: 5.3.20 OS: windows
Private report: No CVE-ID: None
 [2012-12-24 11:14 UTC] ajeenaa dot shanmugan at gmail dot com
Description:
------------
I have one batch file with start command , if i execute that batch file from php it is not ending it is showing loading. But when i try with command promt it is working.

@echo off
echo start first
start parallel.bat
start parallel_x.bat
echo end of first


But if i replace the start command with call it is working, but ibn command promt both are working.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-12-30 15:38 UTC] krakjoe@php.net
-Status: Open +Status: Not a bug
 [2012-12-30 15:38 UTC] krakjoe@php.net
You cannot change this behavior from within PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC