4
Answers

reading return values in cmd

Dan

Dan

15y
2.4k
1

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?
Answers (4)