从powershell命令行(或.ps1脚本文件中)执行cmd / batch / exe文件时,我看到以下行为:
使用相对路径:
./bin/<file to execute> -> executes in same shell windows
使用完整路径:
d:/fullpath/bin/<file to execute> -> executes in new shell (window)
任何人都可以了解这种行为以及如何影响这种行为(换句话说,让整个路径在同一个shell窗口中执行)