gpt4 book ai didi

powershell - 在 powershell 脚本中捕获批处理文件的输出

转载 作者:行者123 更新时间:2023-12-04 23:25:53 24 4
gpt4 key购买 nike

我需要捕获从 .ps1 文件中运行的 .bat 文件创建的输出。

我是 powershell 脚本的新手,但我知道这不是正确的语法。这最好地说明了我需要发生的事情。

我需要执行 facter.bat 脚本,然后将其输出存储在 $Body 中所以我可以稍后使用该文本。

 "C:\Program Files (x86)\Puppet Labs\Puppet\bin\facter.bat" > $Body

最佳答案

这应该这样做:

$Body = & "C:\Program Files (x86)\Puppet Labs\Puppet\bin\facter.bat"

关于powershell - 在 powershell 脚本中捕获批处理文件的输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13037963/

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