Batch Script - PAUSE



This batch command prompts the user and waits for a line of input to be entered.

Syntax

Pause

Example

@echo off 
pause

Output

The command prompt will show the message “Press any key to continue….” to the user and wait for the user’s input.

batch_script_commands.htm
Advertisements