|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-11 12:18 UTC] sander@php.net
[2001-12-02 11:45 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
I am trying to use the the exec function to run a .exe file. The .exe file runs , and finishes it's job. But it is not returning success code. My code is like this... $execfeedback =exec("startApplication.exe filename=aaa Id1=0 Id2=0 trace=true") or die ("I died while running Application!"); startApplication.exe finished it's job successfully but it died by printing "I died while running Application". I am using php 4.0.6 on w2k and IIS.