gpt4 book ai didi

powershell - 有什么方法可以双击 .PS1 文件并在 PowerShell 中打开它们?

转载 作者:行者123 更新时间:2023-12-03 13:23:59 24 4
gpt4 key购买 nike

我有 my_project.ps1 文件,我从中激活虚拟环境并启动我的项目。

目前我需要打开我的powershell,然后在我需要转到保存我的.ps1文件的目录并且必须只从powershell打开它之后。

有什么办法可以让我双击 .ps1 文件并在 power shell 中自动打开?

最佳答案

通过双击(运行) 来执行 PS1 文件
为该文件创建一个快捷方式并将目标设置为此:

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "C:\Temp\MyPowershellScript.ps1"
将第二个目录(引号中的那个)替换为脚本的位置。

通过双击(编辑) 读取 PS1 文件
与上述相同,但改为以 ISE 为目标,因为这将强制其进入编辑模式。
C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe "C:\Temp\MyPowershellScript.ps1"

关于powershell - 有什么方法可以双击 .PS1 文件并在 PowerShell 中打开它们?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58243310/

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