gpt4 book ai didi

electron - 使用Electronjs执行可执行文件

转载 作者:行者123 更新时间:2023-12-03 12:25:34 25 4
gpt4 key购买 nike

如何在electron-js中执行可执行文件(给出其路径)?

我想在我的应用程序中启动任何其他应用程序。我的操作系统是Windows,所以我正在寻找Windows的答案,但是当也有针对Linux的解决方案时,我也不愿意了解该解决方案。

例如:

function startApk() {
let path = "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe";
<!-- Here I want my program to be executed -->
}

最佳答案

根据documentation,execFile()比exec()性能更高:

The child_process.execFile() function is similar to child_process.exec() except that it does not spawn a shell by default. Rather, the specified executable file is spawned directly as a new process making it slightly more efficient than child_process.exec().

关于electron - 使用Electronjs执行可执行文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61145477/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com