gpt4 book ai didi

powershell - 在PowerShell中选择的应用程序中打开文件

转载 作者:行者123 更新时间:2023-12-03 23:29:49 25 4
gpt4 key购买 nike

我想在特定应用程序的PowerShell中使用cmdln打开文件。

就我而言,我有一个scripts.js文件,我想以Notepad++打开,但如果这样做,通常会以常规notepad.exe打开:Invoke-Item .\scripts.js
我应该怎么做才能用Notepad++打开该文件?

最佳答案

通过使用启动过程,您可以执行以下操作:

$FileLocation = 'C:\temp\test\scripts.js'
Start-Process notepad++ $FileLocation

关于powershell - 在PowerShell中选择的应用程序中打开文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42669962/

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