gpt4 book ai didi

powershell - 如何将所需参数传递给 Powershell ISE 中的脚本?

转载 作者:行者123 更新时间:2023-12-03 05:24:08 25 4
gpt4 key购买 nike

参见标题。

我在脚本的头部指定了所需的参数:

param ($G_ARCHIVE = $(throw "Need file to upload!"),
$G_LOGFILE = $(throw "Need logfile!"))

当我想使用 Powershell ISE 调试脚本时:如何填写这些参数?

最佳答案

使用命令 Pane 。在 ISE 编辑器中打开脚本文件,设置断点 (F9)。然后在命令 Pane 中键入使用所需参数调用此脚本的命令。我认为 ISE 中没有其他(内置)方法可以实现此目的。

关于powershell - 如何将所需参数传递给 Powershell ISE 中的脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4689880/

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