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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 14:01:32 2025 UTC