Php exec或shell_exec()运行一个运行另一个进程的进程

时间:2015-02-26 00:39:31

标签: php process exec

我尝试使用exec()函数运行一个进程。代码完全正常并且应用程序本身。但是当某个进程尝试运行另一个进程时它失败了。所以一旦它启动我的主应用程序然后它尝试启动(engine.exe)但失败。我在任务管理器中看到“main.exe”进程但没有“engine.exe”。所以这基本上是启动子进程的进程。 / p>

Windows Server 2012数据库,运行IIS 8和php 5.4。

这是Php代码:

$executing = exec("C:\\test\\main.exe 1 World");

0 个答案:

没有答案