The app that I am using CC to build is also a server process that runs
on the same machine. The app is a console program (web service) that
should run 24/7. I have CC setup to kill my app before it builds but I
am having an issue figuring out how to best launch the app after
build. I have tried a simple batch file using <exec> but CC believes
the build is incomplete as the exec does not return any codes as the
app is still running as it should be. Can anyone recommend a way
around this? How do I let CC finish its process but also launch the
app as soon as a new build is successful? This is the first time I
have set anything like this up before so forgive me if its a simple
command.