gpt4 book ai didi

windows - 将参数传递给 powershell 脚本

转载 作者:可可西里 更新时间:2023-11-01 13:22:54 25 4
gpt4 key购买 nike

我正在尝试从运行对话框运行 powershell 脚本(将用作计划任务),但我在传递参数时遇到问题。

该脚本将接收两个参数,名为 title 和 msg。该脚本位于:D:\Tasks Scripts\Powershell\script.ps1

这就是我想要做的:

powershell.exe -noexit 'D:\Tasks Scripts\Powershell\script.ps1' -title 'Hello world' -msg 'This is a test message'

但是读取参数失败。

在 Powershell 上运行 .\script.ps1 -title 'Hello world' -msg 'This is a test message' 工作正常。

最佳答案

在脚本路径前使用-file:

powershell.exe -noexit -file 'D:\Tasks Scripts\Powershell\script.ps1' etc...

关于windows - 将参数传递给 powershell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19055778/

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