📌  相关文章
📜  如何运行 power shell 脚本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:06.231000             🧑  作者: Mango

代码示例1
powershell -Command D:\SRINIVAS_WORKS\POWERSHELL\testPsScript.ps1  --> to run on same terinal

powershell -NoExit -Command & D:\SRINIVAS_WORKS\POWERSHELL\testPsScript.ps1