Questions tagged «powergui»

4
使用IDE时从Powershell调用第三方可执行文件时出错
我有一个PowerShell脚本,该脚本使用du.exe(最初来自Sysinternals的磁盘使用情况)来计算目录的大小。 如果我du c:\Backup在控制台中运行,它可以按预期运行,但是在ISE或PowerGui中运行的同一行代码给出了预期的结果以及错误 + du <<<< c:\backup + CategoryInfo : NotSpecified: (:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError 这是为什么?如何避免此错误?我尝试使用调用invoke-expression &,但没有成功。 谢谢您的帮助。
73 ide  powershell  powergui  du 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.