开发者

Connect to a windows process in php

开发者 https://www.devze.com 2023-03-31 17:18 出处:网络
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 s

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

精彩评论

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