Launch non-blocking process from powershell

前端 未结 3 1885
梦如初夏
梦如初夏 2021-01-18 01:24

I\'m writing a powershell script that needs to push code to several git repositories simultaneously?

Here\'s the script I have thus far:

param(
    [         


        
3条回答
  •  日久生厌
    2021-01-18 02:21

    Micah, you can use start-job to run it in background - http://technet.microsoft.com/en-us/library/dd347692.aspx

提交回复
热议问题