PHP:如何在后台运行批处理脚本[Windows]

时间:2016-05-14 18:34:43

标签: php mysql windows batch-file

我有一个简单的问题:

如何在 Windows 计算机上在后台运行批处理脚本?我需要通过XAMPP与MySQL建立数据库连接。为此,我需要运行" mysql_start.bat" ,问题是,以下代码在PHP的exec-command上停止执行(我认为它会一直等到脚本完成。)

Rahul kapoor has R,K and p which match all character with user string pattern
Pankaj Sharma has p,k,r which match all characters but its user string patter is wrong so it should be at after above name
Neeraj Kumar has r and k which match 2 and follow user string pattern

提示:重定向输出是不必要的,我只是尝试过,但也没有用。

我还没有找到启动MySQL的其他任何可能性。

希望有人可以帮助我。

你的迈克尔。

1 个答案:

答案 0 :(得分:0)

使用" Bat_to_exe转换器"将批处理文件转换为Windows可执行文件并且只需删除路径" cmd / c"作为exec()的参数。

还使用异常处理方法或" die"检查函数是否返回任何错误。