小编SHA*_*NOJ的帖子

如何在 UWP 中运行 PowerShell 命令?

如何在 UWP 中运行 PowerShell 命令?

using (PowerShell PowerShellInstance = PowerShell.Create())
{
    PowerShellInstance.AddCommand(".\fpcalc.exe " + file.Path + " > out.txt");
}
Run Code Online (Sandbox Code Playgroud)

powershell external sandbox uwp

0
推荐指数
1
解决办法
1831
查看次数

标签 统计

external ×1

powershell ×1

sandbox ×1

uwp ×1