批处理脚本-如何运行异步命令

时间:2020-04-20 08:05:36

标签: asynchronous

我想运行一个异步命令,以便我可以在当前进程完成之前继续调用其他命令。

目前,我有这个,它启动两个终端并执行第一个“ cd”命令。

Start /low "Server"
cd C:\Serverpath && node src/index.js
Start "Website"
cd C:\Websitepath && ng serve

那么,为了继续执行第二个“ cd”命令,我应该应用哪些更改?

0 个答案:

没有答案
相关问题