从php ba执行批处理文件

时间:2014-03-14 16:39:33

标签: php shell

我的Windows服务器上有一个批处理文件。我想从php执行它并打印结果

我正在使用这个php命令

<?php
exec('/home/velvel/public_html/crawl/OpenWebSpiderCS/bin/OpenWebSpiderCS.exe        /home/velvel/public_html/crawl/OpenWebSpiderCS/bin/batch.bat',$output,$return);
echo $output;
echo $return;
?>

返回值为126,输出只是数组,

我在网上搜索过,126错误代码表示批处理文件没有被执行或有一些权限问题。

任何人都可以帮忙吗?

0 个答案:

没有答案