windows – 通过PowerShell运行.cmd文件

我试图使用PowerShell在远程服务器上运行.cmd文件。 在我的.ps1脚本中,我试过这个: C:MyDirectoryMyCommand.cmd 它导致此错误: C:MyDirectoryMyCommand.cmd is not recognized as the name of a cmdlet,function, script file, or operable progra

我试图使用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基本相同。

作者: dawei

【声明】:永州站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。

为您推荐

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部