I\'m writing a Windows batch script. By default, the pause command will pause the script and display the text "Press any key to continue...".
pause
Already many solutions. Another variation that makes some sense:
echo Hit any key to continue...&pause>nul