# web 唤起exe 应用并置于前台 **Repository Path**: superliuge/web-open-exe ## Basic Information - **Project Name**: web 唤起exe 应用并置于前台 - **Description**: 通过http 请求唤起本地exe 应用并置于前台,已经启动就直接置于前台 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 右键创建 start.bat 快捷方式 2. win+r 输入 shell:startup 3.把start.bat 快捷方式放进去启动文件夹 4.前端网页使用get 的方式调用http://localhost:33228/runExe?index=数字云广播客户端的exe 文件路径 就可以唤起这个应用 示例代码 fetch('http://localhost:33228/runExe?index=G:\\Program Files\\tus\\DBBClient.exe')