gpt4 book ai didi

powershell - Powershell无法传递命令行字符串参数

转载 作者:行者123 更新时间:2023-12-03 00:53:08 26 4
gpt4 key购买 nike

\我已经尝试了所有可以在网上找到的内容,但我无法完成这项工作...。实在令人沮丧。我要做的就是在命令行中将文件名传递给我的Powershell脚本test.ps1。

param([String]$input=$args[0])
$inputpath = 'C:\work\'
$inputfile = $($inputpath + $input+".txt")

我像这样运行脚本:

powershell .\test.ps1 "input"




但是,在我打印出的错误消息中,我不断得到“找不到c:\ work \ .txt”。显然我的命令行参数不在正确的位置。有人可以帮忙吗?

最佳答案

尝试将$Input更改为其他名称。因为$Input用于管道变量。

参见例如:

http://blogs.technet.com/b/heyscriptingguy/archive/2010/12/31/write-powershell-functions-that-accept-pipelined-input.aspx

关于powershell - Powershell无法传递命令行字符串参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17575893/

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