Powershell 或 CMD - 我想同时 运行 两个命令而不等待第一个命令完成

Powershell or CMD - I want to run two commands at the same time without waiting for the first command to finish

我想运行 两个命令(在powershell 或cmd 中都没有关系)。命令如下。我尝试同时 运行 两者,但是因为 chrome 驱动程序需要 运行ning - 它永远挂起并且永远不会到达第二个命令。

我正在关注此处的文档(靠近页面底部) Flutter integration testing(但这对我的问题来说并不是那么重要 - 仅供参考)

我一直在谷歌上搜索“如何 运行 两个命令”,但我通常得到的答案是使用“&”或“&&”,但在我的情况下这不起作用 chrome驱动程序在执行时将保持打开状态。

谢谢,

迈克尔·史密斯

在 CMD 中你应该试试

start "" chromedriver --port=4444