This batch command prompts the user and waits for a line of input to be entered.
Pause
@echo off pause
The command prompt will show the message “Press any key to continue….” to the user and wait for the user’s input.