Powershell equivalent of bash ampersand (&) for forking/running background processes

后端 未结 8 1381
北海茫月
北海茫月 2020-11-28 20:33

In bash the ampersand (&) can be used to run a command in the background and return interactive control to the user before the command has finished running. Is there an

8条回答
  •  清酒与你
    2020-11-28 21:18

    I've used the solution described here http://jtruher.spaces.live.com/blog/cns!7143DA6E51A2628D!130.entry successfully in PowerShell v1.0. It definitely will be easier in PowerShell v2.0.

提交回复
热议问题