This is my first time using Post Build Feature of Visual Studio.
I'm just experimenting and I can copy the output file from my project to another project. But, I am not sure how I can copy the file only if a Particular Windows Service is not running. Actually my project consists of a Background windows Service, and I run it before I compile my code, but this background service uses one of DLL's that I use in the Interface application too.
So, how can we check if a particular background service is active? Can we run anything in post build that works on command prompt?