我正在使用 unzipsfx.exe 和命令创建一个自解压存档:
cat unzipsfx.exe archive.zip > Installer.exe
在 Installer.exe 提取内容后,我需要从 archive.zip 执行一个 exe。
需要从安装在 Linux 上的 PHP 执行此操作。
我可以使用 PHP 中的 exec 函数,但需要知道要执行什么。
我正在使用 unzipsfx.exe 和命令创建一个自解压存档:
cat unzipsfx.exe archive.zip > Installer.exe
在 Installer.exe 提取内容后,我需要从 archive.zip 执行一个 exe。
需要从安装在 Linux 上的 PHP 执行此操作。
我可以使用 PHP 中的 exec 函数,但需要知道要执行什么。