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 ex
Here is the code you need:
start cmd.exe @cmd /k "Command"
You can just type these 3 commands from command prompt:
start
start cmd
start cmd.exe