This command, similar to the DOS pause batch command, temporarily stops execution of the script. Use pause to give the user time to read a message before it scrolls off the screen. The message Strike any key when ready... appears on the screen. The next keyboard input resumes execution of the script.
pause
Use the following command to temporarily stop execution of the script:
pause