我有一个调用3个PowerShell脚本的.bat基本上bat文件看起来像这样
PScript1 Pscript2 Pscript3
在Pscript1之后,批处理文件不执行Pscript2或Pscript3,它会停止并且似乎不会将控制权返回给批处理文件.有谁知道什么可能导致这个问题?
powershell batch-file
batch-file ×1
powershell ×1