·您当前的位置:首页 > 技术教程 > PHP教程 >

[PHP]windows php的exec执行bat弹出dos窗口源代码的范例

时间:2016-03-16 11:58酷播
[PHP]windows php的exec执行bat弹出dos窗口源代码的范例

System()函数的主要功能是在系统权限允许的情况是执行系统命令,
windows系统和Linux系统都可以执行,Windows系统下可执行可执行文件(.exe、.bat等),也可执行cmd命令,
可以用system()、exec()、passthru()

string system ( string command [, int &return_var] )

string exec ( string command [, array &output [, int &return_var]] )

void passthru ( string command [, int &return_var] )

比如你要在用户访问1.php的时候执行服务器上的 c:\a.bat 你可以在1.php里面这么写

<?php
exec("c:\\a.bat");
?>

 

  1. <?php 
  2. //最简单的写法 
  3. //注意.bat批处理文件中要记得加一句@echo   off,禁止回显不必要的信息. 
  4. $output=`F:/wamp/www/PHPIPTV/data/winClient/test.bat`; 
  5. echo $output; 
  6. //$output是批处理执行后返回的结果. 
  7. ?> 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器