📌  相关文章
📜  powershell 脚本运行 - Shell-Bash 代码示例

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

代码示例1
./myscript.ps1  //if is in the current directory
c:/scripts/myscript.ps1  //if you want to use the full path
&"C:/my path with space/myscript.ps1"  //if your path has spaces