【发布时间】:2019-06-11 06:54:29
【问题描述】:
我有以下 run.cmd 文件。这会运行 2 个脚本(一个网络服务器和一个监视脚本)并打开一个新控制台。都好。
如何运行所有这些脚本以在“新窗口”conemu 界面中打开? 例如:如果我运行这个 run.cmd 3 次,我应该有 3 个锥形窗口,每个窗口有 3 个选项卡
//how to open first a "new conemu" window here? and then run the scripts in this new window?
start server.run.cmd -new_console:s
start watch.cmd -new_console:s
start cmd -new_console
【问题讨论】:
标签: conemu