I have a program written in C#, console application. A .exe file is created and when executing the command window opens, writes the output and closes as usual. My problem is that I may need to see the output in the cmd (not always). Is there any command (as I call my exe file through cmd in order not to close the command prompt that specific time only)??
Asked
Active
Viewed 1,522 times
2 Answers
0
Try the answer on How to prevent the command prompt from closing after execution?
This should give you the ability to choose what you want to do with the command prompt, after command execution.