开发者

Connect to a windows process in php

How can I connect to a process like the calculator provided by windows or access my page whenever I star开发者_开发问答t up the windows.


I suppose you just want to start a Windows program within your script. This would be something like

<?php
    system('c:\path\to\exe\file\program.exe -param1 -param2');
?>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜