I would like to make my program to pause until I press a key in the console window, and the only way I found that works so far is to write the Console.ReadLine() method, like so:
Console.WriteLine("Press any key to continue...");
Console.ReadLine();
If i'm not mistaken there should be some kind of
system pause;command that does that, but I couldn't find it...
Any suggestions would be welcome!

New Topic/Question
Reply




MultiQuote




|