programA具有首次调用的参数
"programA.exe id.dll id.exe -SERVICE -MODE 2"
我想使用sandboxie命令行调用programA
"C:\Program Files\Sandboxie\Start.exe" /box:sandboxname programA.exe
最后我使用exec函数的php调用
exec("start "C:\Program Files\Sandboxie\Start.exe" /box:sandboxname programA.exe id.dll id.exe -SERVICE -MODE 2");
它无法正常工作。请帮我纠正。