Preventing the Console Window from Disappearing
- 0
- Add a Comment
“When a console application is started either from the File Manager, the Program Manager, Windows NT Explorer, or by typing start from the command prompt, it executes in its own console. This console disappears as soon as the application terminates, and therefore the user can’t read anything written to the screen between the last pause and program exit. There are two approaches to keep the console window from disappearing.”
