问题描述
我正在设置CruiseControl.NET的过程。我遇到的问题是,我运行CC作为控制台应用程序,当我的构建成功完成并执行(使用exec),它启动它在CruiseControl DOS提示符下。我只是使用简单的批处理文件启动我的应用程序,但它运行在同一提示符下CC正在导致CC认为构建将继续,只要我的应用程序运行。
I am in the process of setting up CruiseControl.NET. The problem I am having is that I am running CC as a console application and when my build completes successfully and executes (using exec) it launches it within the CruiseControl DOS prompt. I am just using simple batch files to launch my app but having it run within the same prompt as CC is causing CC to think the build continues as long as my app runs.
是否有 cmd.exe
命令行参数将生成另一个单独的提示符窗口?
Are there command line parameters to cmd.exe
that will spawn another separate prompt window?
推荐答案
我认为这是有效的:
启动cmd.exe
这篇关于从另一个cmd.exe提示下创建一个新的cmd.exe窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!