gpt4 book ai didi

windows - 通过 PowerShell 运行 .cmd 文件

转载 作者:可可西里 更新时间:2023-11-01 12:11:41 26 4
gpt4 key购买 nike

我正在尝试使用 PowerShell 在远程服务器上运行 .cmd 文件。

在我的 .ps1 脚本中,我试过这个:

C:\MyDirectory\MyCommand.cmd

它导致了这个错误:

C:\MyDirectory\MyCommand.cmd is not recognized as the name of a cmdlet,
function, script file, or operable program.

还有这个

Invoke-Command C:\MyDirectory\MyCommand.cmd

导致此错误:

Invoke-Command : Parameter set cannot be resolved using the specified named
parameters.

我不需要向 PowerShell 脚本传递任何参数。我正在寻找的正确语法是什么?

最佳答案

Invoke-Item将查找文件类型的默认处理程序并告诉它运行它。

这与在资源管理器中双击文件或使用start.exe 基本相同。

关于windows - 通过 PowerShell 运行 .cmd 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20423424/

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