Can *.ps1 scripts run as background jobs themselves execute *.ps1 scripts?

后端 未结 2 561
予麋鹿
予麋鹿 2021-01-22 19:35

I want to run 15 instances of a script that pipelines 5 scripts together, and so far I\'m missing the pixie dust. I\'ve boiled the problem down to a test case with a master scri

2条回答
  •  [愿得一人]
    2021-01-22 19:55

    Just taking a guess here, but having multiple threads/jobs write to the same file out.txt could be causing issues.

提交回复
热议问题