Pause the execution of a batch file
Syntax
PAUSE
Displays the message "Press any key to continue . . ."
To suppress the message use PAUSE >nul
"Advertising may be described as the science of arresting the human
intelligence long enough to get money from it." - Stephen
Leacock
Related:
TIMEOUT - Delay that allows the user to press a key and continue immediately.
Powershell: Pause function
Equivalent bash command (Linux): read -p "press any key to continue"