gpt4 book ai didi

powershell-2.0 - 在powershell中使用相对路径进行点采购

转载 作者:行者123 更新时间:2023-12-03 14:40:24 26 4
gpt4 key购买 nike

我想弄清楚如何使用 Powershell 脚本的相对路径。我有使用绝对路径的点源,但是我正在编写的脚本可能会在不同的基目录中结束,所以我需要确保路径是相对的,以便它可以被拾取。我怎样才能做到这一点?

到目前为止,我已经尝试过:

. .\scripts\variables.ps1

那总是抛出这个异常:
The term '.\scripts\variables.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program...

这让我知道它找不到我的脚本?那么,我做错了什么?

最佳答案

您可以使用:. $PSScriptRoot\scripts\variables.ps1 这里$PSScriptRoot是运行脚本的目录路径。

关于powershell-2.0 - 在powershell中使用相对路径进行点采购,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24189441/

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