powershell 获取运行powershell脚本的路径

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 获取运行powershell脚本的路径相关的知识,希望对你有一定的参考价值。

$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition

以上是关于powershell 获取运行powershell脚本的路径的主要内容,如果未能解决你的问题,请参考以下文章

C# 中未获取 Powershell 结果集

如何使用 PowerShell 或 VBScript 获取正在运行的应用程序列表

c# - 如何在运行时从模块代码中获取 PowerShell 模块版本

运行 powershell 命令以在 c# 上按进程获取 GPU 使用情况

win7怎样运行powershell脚本

运行从 PowerShell 显式获取参数的 Python 函数(无需单独传递参数)