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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ajeenaa dot shanmugan at gmail dot com
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 23:01:34 2024 UTC