|
Whatever you write in the system() parentheses is echoed as if it was typed in a DOS command prompt, so what it would do is issue the "PAUSE" command, which effectively stops it from doing whatever it's doing and displays the message
"Press any key to continue . . ."
|