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
START "notepad.exe" echo Will launch the notepad.exe application PAUSE
To make any cmd file type, all you have to do is save the contents as .bat, i.e.
@echo TITLE example.bat PAUSE taskkill/IM cmd.exe
Make that into an "example.bat" file, save it, then open it and run.