reading return values in cmd
I am running my C# executable from cmd and I want to be able to see the return values when the program is done.
Right now i run the program from cmd, it runs and then nothing.
What do I have to do to set up cmd or my program in order to read these return values?