标签: shell powershell batch-file
我有2个脚本,一个是.bat文件,另一个是.ps1文件
Runshell.ps1
while($true) { python discobot.pyw } Read-Host -Prompt "Press Enter to exit"
的start.bat powershell.exe -windowstyle hidden -file %cd%\RunShell.ps1
powershell.exe -windowstyle hidden -file %cd%\RunShell.ps1
有没有办法检索和查看隐藏的PowerShell流程?