I have to create a console application which needs certain parameters. If they are missing or wrong I print out an error message.
Now the problem: If someone starts
How about waiting for a keystroke when you display the error message, and not other times?